aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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