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

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
29 /* These will be defined by "m-mips.h". */ 29 /* These will be defined by "m-mips.h". */
30 #undef START_FILES 30 #undef START_FILES
31 #undef LIB_STANDARD 31 #undef LIB_STANDARD
32 32
33 #undef LIBS_SYSTEM 33 #undef LIBS_SYSTEM
34 #define LIBS_SYSTEM -lsocket -lnsl -lgen 34 #define LIBS_SYSTEM "-lsocket -lnsl -lgen"
35 35
36 /* Disable use of "unexelf.c" and shared libraries, because 36 /* Disable use of "unexelf.c" and shared libraries, because
37 "unexelf.c" doesn't work correctly on NEWS-OS. "unexmips.c" does 37 "unexelf.c" doesn't work correctly on NEWS-OS. "unexmips.c" does
38 work correctly if the program is linked statically without ELF. */ 38 work correctly if the program is linked statically without ELF. */
39 #undef UNEXEC 39 #undef UNEXEC
40 #undef USG_SHARED_LIBRARIES 40 #undef USG_SHARED_LIBRARIES
41 41
42 /* Use `ld' directly rather than ordinary link, because ordinary link 42 /* Use `ld' directly rather than ordinary link, because ordinary link
43 can't produce a non-ELF executable. */ 43 can't produce a non-ELF executable. */
44 #undef ORDINARY_LINK 44 #undef ORDINARY_LINK
45 #define LINKER /usr/lib/cmplrs/cc/ld 45 #define LINKER "/usr/lib/cmplrs/cc/ld"
46 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o 46 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o"
47 #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o 47 #define LIB_STANDARD "-lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o"