diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9d4799..d62958a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index 1213156..dd411de 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" |