comparison src/s/sunos4-0.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 6b37e6ddd302
children 5a88923fcbfe
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
27 what options it might have passed it. */ 27 what options it might have passed it. */
28 # define ORDINARY_LINK 28 # define ORDINARY_LINK
29 # define START_FILES 29 # define START_FILES
30 # define LD_CMD $(CC) 30 # define LD_CMD $(CC)
31 # ifndef LD_SWITCH_SYSTEM 31 # ifndef LD_SWITCH_SYSTEM
32 # ifdef USE_GCC 32 # define LD_SWITCH_SYSTEM "-Bstatic"
33 /* of course gcc has to take different args than the rest of the universe */
34 # define LD_SWITCH_SYSTEM "-static"
35 # else
36 # define LD_SWITCH_SYSTEM "-Bstatic"
37 # endif
38 # endif 33 # endif
39 # define UNEXEC "unexsunos4.o" 34 # define UNEXEC "unexsunos4.o"
40 #endif 35 #endif /* NOT_C_CODE */
41 36
42 #define RUN_TIME_REMAP 37 #define RUN_TIME_REMAP
43 38
44 /* these don't matter, but we have to define something to keep 39 /* these don't matter, but we have to define something to keep
45 sysdep.c from introducing bogus symbols */ 40 sysdep.c from introducing bogus symbols */