annotate src/s/bsdos4.h @ 25067:23910b121ced
(setup_coding_system): Get compiled CCL code by just
calling setup_coding_system.
author |
Kenichi Handa <handa@m17n.org> |
date |
Mon, 26 Jul 1999 11:56:56 +0000 |
parents |
bdbaad08e6a2 |
children |
1f372b20fb99 |
rev |
line source |
23718
|
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__ */
|