comparison src/s/freebsd.h @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6240c7796c7a
children de805c49cfc1
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
53 #ifndef NOT_C_CODE 53 #ifndef NOT_C_CODE
54 #include <stddef.h> 54 #include <stddef.h>
55 #endif 55 #endif
56 #define LD_SWITCH_SYSTEM 56 #define LD_SWITCH_SYSTEM
57 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o 57 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o
58 #define UNEXEC unexelf.o 58 #define UNEXEC "unexelf.o"
59 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o 59 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
60 #define LINKER "$(CC) -nostdlib" 60 #define LINKER "$(CC) -nostdlib"
61 #undef LIB_GCC 61 #undef LIB_GCC
62 #define LIB_GCC 62 #define LIB_GCC
63 63