diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-04-13 19:21:08 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-04-13 19:21:08 +0000 |
commit | d29350c02f67827c3357b0da5ca62d4ca8733be1 (patch) | |
tree | 9a506a8d66b321a98650e31198703510048970c6 /gcc/config/i386/gnu.h | |
parent | 1aa65134e436f3eb90e4e7204534dfa08e8160e1 (diff) | |
download | gcc-d29350c02f67827c3357b0da5ca62d4ca8733be1.tar.gz |
linux.h: Define __gnu_linux__ wherever __linux__ is defined...
* alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
defined, and __gnu_hurd__ wherever __GNU__ is defined.
* arm/linux-elf.h: Likewise.
* cris/aout.h: Likewise.
* cris/linux.h: Likewise.
* i370/linux.h: Likewise.
* i386/gnu.h: Likewise.
* i386/linux-aout.h: Likewise.
* i386/linux-oldld.h: Likewise.
* i386/linux.h: Likewise.
* i386/linux64.h: Likewise.
* ia64/linux.h: Likewise.
* m68k/linux-aout.h: Likewise.
* m68k/linux.h: Likewise.
* mips/linux.h: Likewise.
* pa/pa-linux.h: Likewise.
* pj/linux.h: Likewise.
* rs6000/sysv4.h: Likewise.
* s390/linux.h: Likewise.
* sh/linux.h: Likewise.
* sparc/linux-aout.h: Likewise.
* sparc/linux.h: Likewise.
* sparc/linux64.h: Likewise.
* xtensa/linux.h: Likewise.
From-SVN: r52279
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 0214c05771f..fb80d0fa793 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -5,7 +5,7 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ELF__ -DMACH -Asystem=mach \ - -Dunix -Asystem=unix -Asystem=posix -D__GNU__ -Asystem=gnu" + -Dunix -Asystem=unix -Asystem=posix -Dgnu_hurd -D__GNU__ -Asystem=gnu" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ |