linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
authorRichard Henderson <rth@redhat.com>
Mon, 11 Jun 2001 19:51:02 +0000 (12:51 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jun 2001 19:51:02 +0000 (12:51 -0700)
        * config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
        * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.

From-SVN: r43210

gcc/ChangeLog
gcc/config/alpha/linux.h
gcc/config/linux.h

index ee5955e1a3cb3b3436cfd0b28f06870c4c6188de..4ceac4cb6640eaf68eccd817aa5ea0feebbc1560 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-11  Richard Henderson  <rth@redhat.com>
+
+       * config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
+       * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.
+
 2001-06-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): New.
index fb33b44d34a69487231e9cc71c2305cbaaa0311e..e2a6e6004d7b66fd750dde04c9b5cf9b0dd44f3a 100644 (file)
@@ -30,7 +30,7 @@ SUB_CPP_PREDEFINES
 
 /* The GNU C++ standard library requires that these macros be defined.  */
 #undef CPLUSPLUS_CPP_SPEC
-#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp_cpu)"
+#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
 
 #undef LIB_SPEC
 #define LIB_SPEC \
index 62186ef79b2fca67504a135cbb89573ff6c0a609..dc1a4c72113de09cf32c105605bf8df1191b75d5 100644 (file)
@@ -75,12 +75,9 @@ Boston, MA 02111-1307, USA.  */
 #define CC1_SPEC "%{profile:-p}"
 #endif
 
-/* The GNU C++ standard library requires that these macros be
-   defined.  */
+/* The GNU C++ standard library requires that these macros be defined.  */
 #undef CPLUSPLUS_CPP_SPEC
-#define CPLUSPLUS_CPP_SPEC                      \
-  "-D_GNU_SOURCE                                \
-   %(cpp_cpu)"
+#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
 
 #ifndef USE_GNULIBC_1
 #undef DEFAULT_VTABLE_THUNKS