changeset 12825:cbc13edaa77d

(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Aug 1995 00:22:47 +0000
parents 9302372b1ec1
children 1aad581760b9
files src/m/alpha.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/alpha.h	Thu Aug 10 23:19:22 1995 +0000
+++ b/src/m/alpha.h	Fri Aug 11 00:22:47 1995 +0000
@@ -162,12 +162,14 @@
 
 #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 @@
 #endif
 #endif /* 0 */
 
+#ifdef __osf1__
 #define LIBS_DEBUG
 #define START_FILES pre-crt0.o
+#endif
 
 
 /* The program to be used for unexec. */