* config/alpha/linux.h (CPP_SPEC): Undef before redefine.

From-SVN: r124001
This commit is contained in:
Richard Henderson
2007-04-20 12:29:02 -07:00
committed by Richard Henderson
parent 70f3971ea3
commit 3e8a9f09b6
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2007-04-20 Richard Henderson <rth@redhat.com>
* config/alpha/linux.h (CPP_SPEC): Undef before redefine.
2007-04-20 Bernd Schmidt <bernd.schmidt@analog.com>
* reload.c (combine_reloads): When trying to use a dying register,

View File

@@ -44,6 +44,7 @@ Boston, MA 02110-1301, USA. */
%{shared:-lc} \
%{!shared: %{profile:-lc_p}%{!profile:-lc}}"
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
/* Show that we need a GP when profiling. */