* config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.

From-SVN: r52346
This commit is contained in:
Richard Henderson 2002-04-15 18:16:35 -07:00 committed by Richard Henderson
parent d3a193e36c
commit bcf2fe9c93
2 changed files with 5 additions and 1 deletions

View 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

View 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"