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
This commit is contained in:
Alexey Starovoytov 2006-03-21 11:15:44 +00:00 committed by Eric Botcazou
parent 0698a1d2bd
commit 69bdb292fd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* doc/invoke.texi: Document new flag -fargument-noalias-anything.

View File

@ -2174,6 +2174,7 @@ sparc-*-solaris2*)
tm_file="${tm_file} tm-dwarf2.h"
tmake_file="$tmake_file sparc/t-sol2-64"
need_64bit_hwint=yes
test x$with_cpu != x || with_cpu=v9
;;
esac
c_target_objs="sol2-c.o"