Mercurial > emacs
comparison src/s/bsdos4.h @ 23718:bdbaad08e6a2
Initial revision
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 16 Nov 1998 06:26:03 +0000 |
parents | |
children | 1f372b20fb99 |
comparison
equal
deleted
inserted
replaced
23717:ad0e76fa89be | 23718:bdbaad08e6a2 |
---|---|
1 /* s/ file for BSDI BSD/OS 4.0 system. */ | |
2 | |
3 #include "bsdos3.h" | |
4 | |
5 /* copied from freebsd.h */ | |
6 #ifdef __ELF__ | |
7 | |
8 #define LD_SWITCH_SYSTEM | |
9 #undef START_FILES | |
10 #define START_FILES \ | |
11 pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o | |
12 #define UNEXEC unexelf.o | |
13 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o | |
14 #undef LIB_GCC | |
15 #define LIB_GCC | |
16 | |
17 #endif /* not __ELF__ */ |