]> code.delx.au - gnu-emacs/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 04:29:46 +0000 (04:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 04:29:46 +0000 (04:29 +0000)
src/s/nextstep.h

index 0ac2aa896626ab3f19654cc66d72835fb2f8566f..011847ddd7952ec2d8a888ad5fee2f762cfc32c6 100644 (file)
@@ -73,7 +73,10 @@ Boston, MA 02111-1307, USA.  */
 /* 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