diff options
author | Alexey Starovoytov <alexey.starovoytov@sun.com> | 2006-03-21 11:15:44 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-03-21 11:15:44 +0000 |
commit | 69bdb292fd522df3ba1d9e7c52418a8b1d683dc0 (patch) | |
tree | 22f704a4fe80f2cf2e6775beb9eda593771cf82c /gcc/config.gcc | |
parent | 0698a1d2bd56fc3b12c1fe235b27030f5d8a54bf (diff) | |
download | gcc-69bdb292fd522df3ba1d9e7c52418a8b1d683dc0.zip gcc-69bdb292fd522df3ba1d9e7c52418a8b1d683dc0.tar.gz gcc-69bdb292fd522df3ba1d9e7c52418a8b1d683dc0.tar.bz2 |
config.gcc (sparc-*-solaris2*): Change the default CPU setting from V7 to V9 for Solaris 7 and above.
* config.gcc (sparc-*-solaris2*): Change the default CPU setting
from V7 to V9 for Solaris 7 and above.
From-SVN: r112246
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |