Commit bdeb2471 by Joseph Myers Committed by Joseph Myers

* config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.

From-SVN: r169866
parent 85883d65
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> 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
* doc/invoke.texi: Remove reference to compiler internals from * doc/invoke.texi: Remove reference to compiler internals from
......
...@@ -229,14 +229,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -229,14 +229,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef CC1_SPEC #undef CC1_SPEC
#if DEFAULT_ARCH32_P #if DEFAULT_ARCH32_P
#define CC1_SPEC "\ #define CC1_SPEC "\
%{sun4:} %{target:} \
%{m64:%{m32:%emay not use both -m32 and -m64}} \ %{m64:%{m32:%emay not use both -m32 and -m64}} \
%{m64:-mptr64 -mstack-bias -mno-v8plus \ %{m64:-mptr64 -mstack-bias -mno-v8plus \
%{!mcpu*:-%{!mv8plus:mcpu=v9}}} \ %{!mcpu*:-%{!mv8plus:mcpu=v9}}} \
" "
#else #else
#define CC1_SPEC "\ #define CC1_SPEC "\
%{sun4:} %{target:} \
%{m32:%{m64:%emay not use both -m32 and -m64}} \ %{m32:%{m64:%emay not use both -m32 and -m64}} \
%{m32:-mptr32 -mno-stack-bias \ %{m32:-mptr32 -mno-stack-bias \
%{!mcpu*:%{!mv8plus:-mcpu=v9}}} \ %{!mcpu*:%{!mv8plus:-mcpu=v9}}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment