changeset 15994:04839885889f

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 04:29:46 +0000
parents 36d90de737c9
children 7284f973fc42
files src/s/nextstep.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/nextstep.h	Sat Aug 31 02:44:14 1996 +0000
+++ b/src/s/nextstep.h	Sat Aug 31 04:29:46 1996 +0000
@@ -73,7 +73,10 @@
 /* Link this program just by running cc.  */
 #define ORDINARY_LINK
 
+#ifndef __NeXT   /* This is defined by standard GCC
+		    but not by NeXT's compiler.  */
 #define LD_SWITCH_SYSTEM -X -noseglinkedit
+#endif /* __NeXT */
 
 /* Don't use -lc on the NeXT.  */
 #define LIB_STANDARD -lsys_s