mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 18:55:57 +08:00
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:
parent
41e192eb40
commit
cc0f88952b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user