From: ebotcazou Date: Tue, 21 Mar 2006 11:15:44 +0000 (+0000) Subject: * config.gcc (sparc-*-solaris2*): Change the default CPU setting X-Git-Tag: upstream/4.9.2~55292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7ae7dc1ec4058bed2626037716040a3fe651c53;p=platform%2Fupstream%2Flinaro-gcc.git * config.gcc (sparc-*-solaris2*): Change the default CPU setting 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 --- 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 + + * config.gcc (sparc-*-solaris2*): Change the default CPU setting + from V7 to V9 for Solaris 7 and above. + 2006-03-21 Toon Moene * 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"