From 69bdb292fd522df3ba1d9e7c52418a8b1d683dc0 Mon Sep 17 00:00:00 2001 From: Alexey Starovoytov Date: Tue, 21 Mar 2006 11:15:44 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9d4799e839..d62958aba47 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 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" -- 2.30.2