comparison src/s/nextstep.h @ 15994:04839885889f

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 04:29:46 +0000
parents 176de5fbdb26
children 7f19c60e42b6
comparison
equal deleted inserted replaced
15993:36d90de737c9 15994:04839885889f
71 /* Definitions for how to link. */ 71 /* Definitions for how to link. */
72 72
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
80 #define LIB_MATH -lm 83 #define LIB_MATH -lm
81 84