config.gcc (sparc-*-solaris2*): Change the default CPU setting from V7 to V9 for...
authorAlexey Starovoytov <alexey.starovoytov@sun.com>
Tue, 21 Mar 2006 11:15:44 +0000 (11:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 21 Mar 2006 11:15:44 +0000 (11:15 +0000)
* config.gcc (sparc-*-solaris2*): Change the default CPU setting
from V7 to V9 for Solaris 7 and above.

From-SVN: r112246

gcc/ChangeLog
gcc/config.gcc

index d9d4799e83908dc0cf9d24a1d92ccee48402648f..d62958aba47730707a25c3109e544dd3fe5ef3d5 100644 (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.
index 121315697e9330f318e8764434e3e895750e629b..dd411deaf6a89b21200f813a27e0b9867a1236f0 100644 (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"