config.gcc (default with_cpu setting): Do not modify the default setting here.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 15 Mar 2006 07:49:33 +0000 (08:49 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 15 Mar 2006 07:49:33 +0000 (07:49 +0000)
* config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify
the default setting here.

From-SVN: r112080

gcc/ChangeLog
gcc/config.gcc

index 15fbdc767b315d5a334a11d7052068f8372cba0f..419c5db7db91b2acf2e2492d25111e861887d9ba 100644 (file)
@@ -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.
index 2255830ab4d5876cba5faca341133108e0e8155f..91a20e2f514640f6d5e4d61c3aa3c54e46df1a2d 100644 (file)
@@ -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