OSDN Git Service

Revert last change
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / gnu.h
1 /* Configuration for an i386 running GNU with ELF as the target machine.  */
2
3 /* This does it mostly for us.  */
4 #include <i386/linux.h>
5
6 #undef CPP_PREDEFINES
7 #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
8
9 #undef TARGET_VERSION
10 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
11
12 #undef  LINK_SPEC
13 #define LINK_SPEC "-m elf_i386 %{shared:-shared} \
14   %{!shared: \
15     %{!static: \
16       %{rdynamic:-export-dynamic} \
17       %{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
18     %{static:-static}}"
19
20
21 /* Get machine-independent configuration parameters for the GNU system.  */
22 #include <gnu.h>