summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-11 00:22:47 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-11 00:22:47 +0000
commitd734f0fdfd602633e9d850a7426c6791ec0471f6 (patch)
tree970f7cfb9c7275fa0e63b72bff68ad4d68cfb348
parent6c941cf05069279d5eeaf9c475151ea6545d8004 (diff)
downloademacs-d734f0fdfd602633e9d850a7426c6791ec0471f6.tar.gz
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
-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
#define ORDINARY_LINK
+#ifdef __osf1__
/* Some systems seem to have this, others don't. */
#ifdef HAVE_LIBDNET
#define LIBS_MACHINE -ldnet
#else
#define LIBS_MACHINE -ldnet_stub
#endif
+#endif /* __osf1__ */
#if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6
since it has only shared libraries. */
@@ -179,8 +181,10 @@ NOTE-END
#endif
#endif /* 0 */
+#ifdef __osf1__
#define LIBS_DEBUG
#define START_FILES pre-crt0.o
+#endif
/* The program to be used for unexec. */