mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* config/alpha/linux.h (CPP_SPEC): Undef before redefine.
From-SVN: r124001
This commit is contained in:
committed by
Richard Henderson
parent
70f3971ea3
commit
3e8a9f09b6
@@ -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,
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user