summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-21 11:15:44 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-21 11:15:44 +0000
commitf7ae7dc1ec4058bed2626037716040a3fe651c53 (patch)
tree22f704a4fe80f2cf2e6775beb9eda593771cf82c /gcc/config.gcc
parent5ff22aea8fd9b39bfa3329bae1e78326c098d716 (diff)
downloadgcc-f7ae7dc1ec4058bed2626037716040a3fe651c53.tar.gz
* 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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 121315697e9..dd411deaf6a 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"