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
This commit is contained in:
Eric Botcazou 2006-03-15 08:49:33 +01:00 committed by Eric Botcazou
parent 41e192eb40
commit cc0f88952b
2 changed files with 5 additions and 3 deletions

View 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.

View 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