|
Revision 3104, 0.5 kB
(checked in by himi, 6 years ago)
|
set svn:eol-style
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
#include "bsdos3.h" |
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
#ifdef HAVE_LIBNCURSES |
|---|
| 7 |
#define TERMINFO |
|---|
| 8 |
#define LIBS_TERMCAP -lncurses |
|---|
| 9 |
#endif |
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
#ifdef __ELF__ |
|---|
| 13 |
|
|---|
| 14 |
#define LD_SWITCH_SYSTEM |
|---|
| 15 |
#undef START_FILES |
|---|
| 16 |
#define START_FILES \ |
|---|
| 17 |
pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o |
|---|
| 18 |
#define UNEXEC unexelf.o |
|---|
| 19 |
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o |
|---|
| 20 |
#undef LIB_GCC |
|---|
| 21 |
#define LIB_GCC |
|---|
| 22 |
|
|---|
| 23 |
#endif |
|---|