diff options
| author | Kenichi Handa | 1998-11-16 06:26:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-11-16 06:26:03 +0000 |
| commit | 9ced2cfe0aeb6680b452638db781cae4107c4986 (patch) | |
| tree | cb864044761a871407ad24f29ccf82027130065d /src | |
| parent | d0c26c63e84207acf52e31f6e793ef055e4cb031 (diff) | |
| download | emacs-9ced2cfe0aeb6680b452638db781cae4107c4986.tar.gz emacs-9ced2cfe0aeb6680b452638db781cae4107c4986.zip | |
Initial revision
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__ */ | ||