From: Richard Henderson Date: Tue, 16 Apr 2002 01:16:35 +0000 (-0700) Subject: * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd. X-Git-Tag: releases/gcc-3.3.0~5679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcf2fe9c93745eda4ea4a9b11130500dc7dc4f57;p=thirdparty%2Fgcc.git * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd. From-SVN: r52346 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f111f2f2aa98..830658b3b3be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-15 Richard Henderson + + * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd. + 2002-04-15 David S. Miller * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs diff --git a/gcc/config/alpha/gnu.h b/gcc/config/alpha/gnu.h index a29251a3b265..c18796dd0c70 100644 --- a/gcc/config/alpha/gnu.h +++ b/gcc/config/alpha/gnu.h @@ -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"