* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
authorAndreas Schwab <schwab@suse.de>
Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)
From-SVN: r52262

gcc/ChangeLog
gcc/config/ia64/ia64.h

index 86df46da773346bd3f457335be438ca634194bf1..5b4897e379bcec07eef0e58541cec8200121637f 100644 (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:
index 2f712b62c27b70deab49678e09168db8bd557a73..8b0d3d8ae3506c755810fe2ca35430ebf36c60a6 100644 (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.  */