]> gcc.gnu.org Git - gcc.git/commitdiff
* config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 6 Feb 2011 18:22:13 +0000 (18:22 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 6 Feb 2011 18:22:13 +0000 (18:22 +0000)
From-SVN: r169866

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

index 0166dc02c6a03aaa5e35d55fec00966d23cd8b42..cbc3ed2b1f345d1348a0f59f1d48e7646d9aa916 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
+
 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
 
        * doc/invoke.texi: Remove reference to compiler internals from
index 48c9a0d11d006313b74e6ba8696fd865cb10a321..bd9cd70487c146cb4d94c26d152af3e74768ab08 100644 (file)
@@ -229,14 +229,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #undef CC1_SPEC
 #if DEFAULT_ARCH32_P
 #define CC1_SPEC "\
-%{sun4:} %{target:} \
 %{m64:%{m32:%emay not use both -m32 and -m64}} \
 %{m64:-mptr64 -mstack-bias -mno-v8plus \
   %{!mcpu*:-%{!mv8plus:mcpu=v9}}} \
 "
 #else
 #define CC1_SPEC "\
-%{sun4:} %{target:} \
 %{m32:%{m64:%emay not use both -m32 and -m64}} \
 %{m32:-mptr32 -mno-stack-bias \
   %{!mcpu*:%{!mv8plus:-mcpu=v9}}} \
This page took 0.076645 seconds and 5 git commands to generate.