* config.gcc: Revert accidentally committed ARM changes.

From-SVN: r67440
This commit is contained in:
Daniel Jacobowitz 2003-06-04 14:53:59 +00:00 committed by Daniel Jacobowitz
parent 385a9348eb
commit 150b72ed1f
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-06-04 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Revert accidentally committed ARM changes.
2003-06-04 Roger Sayle <roger@eyesopen.com>
* builtins.c (dconstpi, dconste): New mathematical constants.

View File

@ -282,7 +282,16 @@ alpha*-*-*)
cpu_type=alpha
need_64bit_hwint=yes
;;
arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
strongarm*-*-*)
cpu_type=arm
;;
arm*-*-*)
cpu_type=arm
;;
ep9312*-*-*)
cpu_type=arm
;;
xscale-*-*)
cpu_type=arm
;;
i[34567]86-*-*)
@ -2203,7 +2212,7 @@ alpha*-*-*)
fi
fi
;;
arm*-*-* | xscale-*-*)
arm*-*-*)
case "x$with_cpu" in
x)
# The most generic
@ -2215,7 +2224,7 @@ arm*-*-* | xscale-*-*)
xarm[236789] | xarm250 | xarm[67][01]0 \
| xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
| xxscale | xiwmmxt \
| xxscale \
| xep9312 \
| xstrongarm | xstrongarm110 | xstrongarm1100)
target_cpu_default2="TARGET_CPU_$with_cpu"