Commit 69bdb292 by Alexey Starovoytov Committed by Eric Botcazou

config.gcc (sparc-*-solaris2*): Change the default CPU setting from V7 to V9 for…

config.gcc (sparc-*-solaris2*): Change the default CPU setting from V7 to V9 for Solaris 7 and above.

	* config.gcc (sparc-*-solaris2*): Change the default CPU setting
	from V7 to V9 for Solaris 7 and above.

From-SVN: r112246
parent 0698a1d2
2006-03-21 Alexey Starovoytov <alexey.starovoytov@sun.com>
* config.gcc (sparc-*-solaris2*): Change the default CPU setting
from V7 to V9 for Solaris 7 and above.
2006-03-21 Toon Moene <toon@moene.indiv.nluug.nl> 2006-03-21 Toon Moene <toon@moene.indiv.nluug.nl>
* doc/invoke.texi: Document new flag -fargument-noalias-anything. * doc/invoke.texi: Document new flag -fargument-noalias-anything.
......
...@@ -2174,6 +2174,7 @@ sparc-*-solaris2*) ...@@ -2174,6 +2174,7 @@ sparc-*-solaris2*)
tm_file="${tm_file} tm-dwarf2.h" tm_file="${tm_file} tm-dwarf2.h"
tmake_file="$tmake_file sparc/t-sol2-64" tmake_file="$tmake_file sparc/t-sol2-64"
need_64bit_hwint=yes need_64bit_hwint=yes
test x$with_cpu != x || with_cpu=v9
;; ;;
esac esac
c_target_objs="sol2-c.o" c_target_objs="sol2-c.o"
......
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