OSDN Git Service

* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52262 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 86df46d..5b4897e 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 2f712b6..8b0d3d8 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.  */