diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-03-15 08:49:33 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-03-15 07:49:33 +0000 |
commit | cc0f88952b9390e41d25adc84be3eea99808a501 (patch) | |
tree | 8d523a3dd0fa2c1a8eac0b8816e3842488ff80ef /gcc | |
parent | 41e192eb403863a9fbf00f64d02e12c8a31a1be7 (diff) | |
download | gcc-cc0f88952b9390e41d25adc84be3eea99808a501.zip gcc-cc0f88952b9390e41d25adc84be3eea99808a501.tar.gz gcc-cc0f88952b9390e41d25adc84be3eea99808a501.tar.bz2 |
config.gcc (default with_cpu setting): Do not modify the default setting here.
* config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify
the default setting here.
From-SVN: r112080
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 15fbdc7..419c5db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-15 Eric Botcazou <ebotcazou@libertysurf.fr> + + * config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify + the default setting here. + 2006-03-14 Steven Bosscher <stevenb.gcc@gmail.com> * tree-pass.h (pass_cfg): Remove. diff --git a/gcc/config.gcc b/gcc/config.gcc index 2255830..91a20e2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2513,9 +2513,6 @@ if test x$with_cpu = x ; then ;; sparc*-*-*) with_cpu="`echo ${target} | sed 's/-.*$//'`" - if [ x$with_cpu = xsparc64 ]; then - with_cpu=v9 - fi ;; esac fi |