* config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 22:10:56 +0000 (22:10 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 22:10:56 +0000 (22:10 +0000)
not gnu_hurd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52286 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/gnu.h

index 9e5263e..c2933ce 100644 (file)
@@ -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.
index fb80d0f..b14328f 100644 (file)
@@ -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) \