sol2.h (CPLUSPLUS_CPP_SPEC): Add all of CPP_SPEC instead of just copying CPP_CPU_SPEC.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 24 May 2001 15:59:43 +0000 (15:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 24 May 2001 15:59:43 +0000 (15:59 +0000)
* sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Add all of CPP_SPEC instead
of just copying CPP_CPU_SPEC.

From-SVN: r42528

gcc/ChangeLog
gcc/config/sparc/sol2.h

index ac01497c4ff84e0f8407bb3b06b37b646b471d81..15250f63092fca312637065877caca01e15cc864 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 24 00:15:17 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Add all of CPP_SPEC instead
+       of just copying CPP_CPU_SPEC.
+
 Thu May 24 15:56:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386.c (incdec_operand): Accept only 1 and -1.
index bf0466d0499b9d0c36d8651addf9363193e9719f..64a4e4a6e37b0ea861af2661d7f8111738135ee3 100644 (file)
@@ -40,21 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #define CPLUSPLUS_CPP_SPEC "\
 -D_XOPEN_SOURCE=500 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
 -D__EXTENSIONS__ \
-%{mcypress:} \
-%{msparclite:-D__sparclite__} \
-%{mf930:-D__sparclite__} %{mf934:-D__sparclite__} \
-%{mv8:-D__sparc_v8__} \
-%{msupersparc:-D__supersparc__ -D__sparc_v8__} \
-%{mcpu=sparclet:-D__sparclet__} %{mcpu=tsc701:-D__sparclet__} \
-%{mcpu=sparclite:-D__sparclite__} \
-%{mcpu=f930:-D__sparclite__} %{mcpu=f934:-D__sparclite__} \
-%{mcpu=v8:-D__sparc_v8__} \
-%{mcpu=supersparc:-D__supersparc__ -D__sparc_v8__} \
-%{mcpu=hypersparc:-D__hypersparc__ -D__sparc_v8__} \
-%{mcpu=sparclite86x:-D__sparclite86x__} \
-%{mcpu=v9:-D__sparc_v9__} \
-%{mcpu=ultrasparc:-D__sparc_v9__} \
-%{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(cpp_cpu_default)}}}}}}} \
+%(cpp) \
 "
 
 /* The sun bundled assembler doesn't accept -Yd, (and neither does gas).