* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).

From-SVN: r52262
This commit is contained in:
Andreas Schwab 2002-04-13 01:59:10 +00:00 committed by Andreas Schwab
parent 9928a3d53a
commit 1d405c5eba
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-13 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
2002-04-12 Mark Mitchell <mark@codesourcery.com>
Revert these changes:

View File

@ -210,6 +210,7 @@ extern const char *ia64_fixed_range_string;
defines in other tm.h files. */
#define CPP_SPEC \
"%{mcpu=itanium:-D__itanium__} %{mbig-endian:-D__BIG_ENDIAN__} \
%(cpp_cpu) \
-D__LONG_MAX__=9223372036854775807L"
/* This is always "long" so it doesn't "change" in ILP32 vs. LP64. */