From bdeb247159f3f7d26e25f666735d2593b3e3c488 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 6 Feb 2011 18:22:13 +0000 Subject: * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}. From-SVN: r169866 --- gcc/ChangeLog | 4 ++++ gcc/config/sparc/sol2-bi.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0166dc0..cbc3ed2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-06 Joseph Myers + + * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}. + 2011-02-06 Steven Bosscher * doc/invoke.texi: Remove reference to compiler internals from diff --git a/gcc/config/sparc/sol2-bi.h b/gcc/config/sparc/sol2-bi.h index 48c9a0d..bd9cd70 100644 --- a/gcc/config/sparc/sol2-bi.h +++ b/gcc/config/sparc/sol2-bi.h @@ -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}}} \ -- cgit v1.1