summaryrefslogtreecommitdiff
path: root/src/s/nextstep.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-31 04:29:46 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-31 04:29:46 +0000
commit8ca5efd0686399e909f08dff91988aa0b926fdff (patch)
tree0f926438dcd326de40a9ebc0b732cf7effa62c3e /src/s/nextstep.h
parentaa8bff2e105ca9f38304c14303097799832ffc77 (diff)
downloademacs-8ca5efd0686399e909f08dff91988aa0b926fdff.tar.gz
entered into RCS
Diffstat (limited to 'src/s/nextstep.h')
-rw-r--r--src/s/nextstep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/nextstep.h b/src/s/nextstep.h
index 0ac2aa89662..011847ddd79 100644
--- a/src/s/nextstep.h
+++ b/src/s/nextstep.h
@@ -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