From: Eric Botcazou Date: Wed, 15 Mar 2006 07:49:33 +0000 (+0100) Subject: config.gcc (default with_cpu setting): Do not modify the default setting here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc0f88952b9390e41d25adc84be3eea99808a501;p=gcc.git config.gcc (default with_cpu setting): Do not modify the default setting here. * config.gcc (default with_cpu setting) : Do not modify the default setting here. From-SVN: r112080 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 15fbdc767b3..419c5db7db9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-15 Eric Botcazou + + * config.gcc (default with_cpu setting) : Do not modify + the default setting here. + 2006-03-14 Steven Bosscher * tree-pass.h (pass_cfg): Remove. diff --git a/gcc/config.gcc b/gcc/config.gcc index 2255830ab4d..91a20e2f514 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