comparison src/s/nextstep.h @ 15998:7f19c60e42b6

(LD_SWITCH_SYSTEM): Add alternate definition if not __NeXT.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 19:22:43 +0000
parents 04839885889f
children 2aa0fbda89a9
comparison
equal deleted inserted replaced
15997:647b8cab9d9a 15998:7f19c60e42b6
74 #define ORDINARY_LINK 74 #define ORDINARY_LINK
75 75
76 #ifndef __NeXT /* This is defined by standard GCC 76 #ifndef __NeXT /* This is defined by standard GCC
77 but not by NeXT's compiler. */ 77 but not by NeXT's compiler. */
78 #define LD_SWITCH_SYSTEM -X -noseglinkedit 78 #define LD_SWITCH_SYSTEM -X -noseglinkedit
79 #else /* __NeXT */
80 #define LD_SWITCH_SYSTEM -Xlinker -noseglinkedit
79 #endif /* __NeXT */ 81 #endif /* __NeXT */
80 82
81 /* Don't use -lc on the NeXT. */ 83 /* Don't use -lc on the NeXT. */
82 #define LIB_STANDARD -lsys_s 84 #define LIB_STANDARD -lsys_s
83 #define LIB_MATH -lm 85 #define LIB_MATH -lm