Contents replaced with old i386/gnuelf.h.

From-SVN: r9669
This commit is contained in:
Roland McGrath 1995-05-12 23:10:11 +00:00
parent 36427b78ad
commit 2a6f449e66

View File

@ -1,20 +1,20 @@
/* Configuration for an i386 running GNU as the target machine. */ /* Configuration for an i386 running GNU with ELF as the target machine. */
/* We do want to add an underscore to the front of each user symbol. /* This does it mostly for us. */
i386/gas.h checks this. */ #include <i386/linux.h>
#define YES_UNDERSCORES
#include <i386/gstabs.h>
/* Get perform_* macros to build libgcc.a. */
#include <i386/perform.h>
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386") #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
/* Don't default to pcc-struct-return, because gcc is the only compiler, and #undef LINK_SPEC
we want to retain compatibility with older gcc versions. */ #define LINK_SPEC "-m elf_i386 %{shared:-shared} \
#define DEFAULT_PCC_STRUCT_RETURN 0 %{!shared: \
%{!ibcs: \
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld.so} \
%{!rpath:-rpath /lib/}} %{static:-static}}}"
/* Get machine-independent configuration parameters for the GNU system. */ /* Get machine-independent configuration parameters for the GNU system. */
#include <gnu.h> #include <gnu.h>