OSDN Git Service

* config.gcc (sparc-*-solaris2*): Change the default CPU setting
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Mar 2006 11:15:44 +0000 (11:15 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Mar 2006 11:15:44 +0000 (11:15 +0000)
from V7 to V9 for Solaris 7 and above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112246 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index d9d4799..d62958a 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 1213156..dd411de 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"