diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-04-13 22:10:56 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-04-13 22:10:56 +0000 |
commit | 77660a9a0558294ecdbe992314201224a570159d (patch) | |
tree | 0e557241643937d1840b5bc7ffb157a9b036f239 /gcc | |
parent | e0ff1ded8fcbfb006c3d6691d01c0ae6463095da (diff) | |
download | gcc-77660a9a0558294ecdbe992314201224a570159d.zip gcc-77660a9a0558294ecdbe992314201224a570159d.tar.gz gcc-77660a9a0558294ecdbe992314201224a570159d.tar.bz2 |
gnu.h (CPP_PREDEFINES): Define __gnu_hurd__, not gnu_hurd.
* config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
not gnu_hurd.
From-SVN: r52286
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/gnu.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e5263e..c2933ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-13 Mark Mitchell <mark@codesourcery.com> + + * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__, + not gnu_hurd. + 2002-04-13 Hans-Peter Nilsson <hp@axis.com> * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo. diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index fb80d0f..b14328f 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 -Dgnu_hurd -D__GNU__ -Asystem=gnu" + -Dunix -Asystem=unix -Asystem=posix -D__gnu_hurd__ -D__GNU__ -Asystem=gnu" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ |