aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-03-15 08:49:33 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-03-15 07:49:33 +0000
commitcc0f88952b9390e41d25adc84be3eea99808a501 (patch)
tree8d523a3dd0fa2c1a8eac0b8816e3842488ff80ef /gcc/config.gcc
parent41e192eb403863a9fbf00f64d02e12c8a31a1be7 (diff)
downloadgcc-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/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 0 insertions, 3 deletions
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