aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-31 04:29:46 +0000
committerRichard M. Stallman1996-08-31 04:29:46 +0000
commit8ca5efd0686399e909f08dff91988aa0b926fdff (patch)
tree0f926438dcd326de40a9ebc0b732cf7effa62c3e
parentaa8bff2e105ca9f38304c14303097799832ffc77 (diff)
downloademacs-8ca5efd0686399e909f08dff91988aa0b926fdff.tar.gz
emacs-8ca5efd0686399e909f08dff91988aa0b926fdff.zip
entered into RCS
-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. */
73/* Link this program just by running cc. */ 73/* Link this program just by running cc. */
74#define ORDINARY_LINK 74#define ORDINARY_LINK
75 75
76#ifndef __NeXT /* This is defined by standard GCC
77 but not by NeXT's compiler. */
76#define LD_SWITCH_SYSTEM -X -noseglinkedit 78#define LD_SWITCH_SYSTEM -X -noseglinkedit
79#endif /* __NeXT */
77 80
78/* Don't use -lc on the NeXT. */ 81/* Don't use -lc on the NeXT. */
79#define LIB_STANDARD -lsys_s 82#define LIB_STANDARD -lsys_s