1996-09-18 05:35:50 +00:00
|
|
|
/* Configuration for an i386 running GNU with ELF as the target machine. */
|
|
|
|
|
|
|
|
/* This does it mostly for us. */
|
|
|
|
#include <i386/linux.h>
|
|
|
|
|
|
|
|
#undef CPP_PREDEFINES
|
1999-08-26 09:30:50 +00:00
|
|
|
#define CPP_PREDEFINES "-Di386 -Acpu(i386) -Amachine(i386) \
|
|
|
|
-Dunix -Asystem(unix) -DMACH -Asystem(mach) -D__GNU__ -Asystem(gnu)"
|
|
|
|
|
|
|
|
#undef TARGET_VERSION
|
|
|
|
#define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
|
1996-09-18 05:35:50 +00:00
|
|
|
|
|
|
|
#undef LINK_SPEC
|
|
|
|
#define LINK_SPEC "-m elf_i386 %{shared:-shared} \
|
|
|
|
%{!shared: \
|
1999-08-26 09:30:50 +00:00
|
|
|
%{!static: \
|
|
|
|
%{rdynamic:-export-dynamic} \
|
|
|
|
%{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
|
|
|
|
%{static:-static}}"
|
1996-09-18 05:35:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Get machine-independent configuration parameters for the GNU system. */
|
|
|
|
#include <gnu.h>
|