Commit 55959ffa by Eric Botcazou

* config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.

From-SVN: r168845
parent be46831f
2011-01-13 Jan Hubicka <jh@suse.cz> 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/47276 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
2011-01-15 Jan Hubicka <jh@suse.cz>
PR tree-optimization/47276
* ipa.c (function_and_variable_visibility): Do not try to mark alias * ipa.c (function_and_variable_visibility): Do not try to mark alias
declarations as needed. declarations as needed.
......
...@@ -239,7 +239,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -239,7 +239,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
%{sun4:} %{target:} \ %{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}}} \
%{mv8plus:-m32 -mptr32 -mno-stack-bias \ %{mv8plus:-m32 -mptr32 -mno-stack-bias \
%{!mcpu*:-mcpu=v9}} \ %{!mcpu*:-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