Commit cc0f8895 by Eric Botcazou Committed by Eric Botcazou

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
parent 41e192eb
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment