* config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
authorRichard Henderson <rth@redhat.com>
Tue, 16 Apr 2002 01:16:35 +0000 (18:16 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 16 Apr 2002 01:16:35 +0000 (18:16 -0700)
From-SVN: r52346

gcc/ChangeLog
gcc/config/alpha/gnu.h

index f111f2f2aa985dc5d4d22a72d215bef971059973..830658b3b3be1ba10450f5e2323d5628f7e87822 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-15  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
+
 2002-04-15  David S. Miller  <davem@redhat.com>
 
        * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
index a29251a3b265308f135a411af0d5591f7ea20ab5..c18796dd0c703251bb9139d6ffb5425e7f649ffd 100644 (file)
@@ -5,7 +5,7 @@
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-"-D__GNU__ -Dgnu_hurd -Dunix -Asystem=gnu -D_LONGLONG -D__alpha__ -D__ELF__"
+"-D__GNU__ -D__gnu_hurd__ -Dunix -Asystem=gnu -D_LONGLONG -D__alpha__ -D__ELF__"
 
 #undef ELF_DYNAMIC_LINKER
 #define ELF_DYNAMIC_LINKER     "/lib/ld.so"