mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 09:20:42 +08:00
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:
parent
0698a1d2bd
commit
69bdb292fd
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user