aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-11 00:22:47 +0000
committerRichard M. Stallman1995-08-11 00:22:47 +0000
commit045f778ea09b915b64335646ab2988038ef94726 (patch)
treefa1677f10ace3a3e3f5ac3913343306d32a41dfa /src
parentd94eb6ebc8fa99288a2e19c6e57909a8bfc8cdbf (diff)
downloademacs-045f778ea09b915b64335646ab2988038ef94726.tar.gz
emacs-045f778ea09b915b64335646ab2988038ef94726.zip
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 0d257b3c245..41f1b117648 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -162,12 +162,14 @@ NOTE-END
162 162
163#define ORDINARY_LINK 163#define ORDINARY_LINK
164 164
165#ifdef __osf1__
165/* Some systems seem to have this, others don't. */ 166/* Some systems seem to have this, others don't. */
166#ifdef HAVE_LIBDNET 167#ifdef HAVE_LIBDNET
167#define LIBS_MACHINE -ldnet 168#define LIBS_MACHINE -ldnet
168#else 169#else
169#define LIBS_MACHINE -ldnet_stub 170#define LIBS_MACHINE -ldnet_stub
170#endif 171#endif
172#endif /* __osf1__ */
171 173
172#if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6 174#if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6
173 since it has only shared libraries. */ 175 since it has only shared libraries. */
@@ -179,8 +181,10 @@ NOTE-END
179#endif 181#endif
180#endif /* 0 */ 182#endif /* 0 */
181 183
184#ifdef __osf1__
182#define LIBS_DEBUG 185#define LIBS_DEBUG
183#define START_FILES pre-crt0.o 186#define START_FILES pre-crt0.o
187#endif
184 188
185 189
186/* The program to be used for unexec. */ 190/* The program to be used for unexec. */