diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsdos4.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/s/bsdos4.h b/src/s/bsdos4.h new file mode 100644 index 00000000000..0827b622aaa --- /dev/null +++ b/src/s/bsdos4.h | |||
| @@ -0,0 +1,17 @@ | |||
| 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__ */ | ||