Import gcc-2.8.1.tar.bz2
[official-gcc.git] / gcc / config / i386 / gnu.h
blobbdce3ed000b054e2b6753bbbb1a350272a72d14e
1 /* Configuration for an i386 running GNU with ELF as the target machine. */
3 /* This does it mostly for us. */
4 #include <i386/linux.h>
6 #undef CPP_PREDEFINES
7 #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
9 #undef TARGET_VERSION
10 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
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}}"
21 /* Get machine-independent configuration parameters for the GNU system. */
22 #include <gnu.h>