aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc3
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