1995-05-12 19:10:11 -04:00
|
|
|
/* Configuration for an i386 running GNU with ELF as the target machine. */
|
1994-08-01 20:05:29 -04:00
|
|
|
|
1995-05-12 19:10:11 -04:00
|
|
|
/* This does it mostly for us. */
|
|
|
|
#include <i386/linux.h>
|
1994-08-01 20:05:29 -04:00
|
|
|
|
|
|
|
#undef CPP_PREDEFINES
|
1995-02-13 19:37:09 -05:00
|
|
|
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
|
1994-08-01 20:05:29 -04:00
|
|
|
|
1995-05-12 19:10:11 -04:00
|
|
|
#undef LINK_SPEC
|
|
|
|
#define LINK_SPEC "-m elf_i386 %{shared:-shared} \
|
|
|
|
%{!shared: \
|
|
|
|
%{!ibcs: \
|
|
|
|
%{!static: \
|
|
|
|
%{rdynamic:-export-dynamic} \
|
|
|
|
%{!dynamic-linker:-dynamic-linker /lib/ld.so} \
|
|
|
|
%{!rpath:-rpath /lib/}} %{static:-static}}}"
|
|
|
|
|
1994-12-06 05:49:36 -05:00
|
|
|
|
|
|
|
/* Get machine-independent configuration parameters for the GNU system. */
|
1995-05-09 18:09:20 -04:00
|
|
|
#include <gnu.h>
|