From cc0f88952b9390e41d25adc84be3eea99808a501 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 15 Mar 2006 08:49:33 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2