aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@mvista.com>2003-06-04 14:53:59 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2003-06-04 14:53:59 +0000
commit150b72ed1f83d507c049fd84cd41172b14cc99b4 (patch)
tree001c141096d16894d8c59cd912ba12f2388c588e /gcc/config.gcc
parent385a9348eb92bdbee1052c83f62fd7db8887916d (diff)
downloadgcc-150b72ed1f83d507c049fd84cd41172b14cc99b4.zip
gcc-150b72ed1f83d507c049fd84cd41172b14cc99b4.tar.gz
gcc-150b72ed1f83d507c049fd84cd41172b14cc99b4.tar.bz2
* config.gcc: Revert accidentally committed ARM changes.
From-SVN: r67440
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc15
1 files changed, 12 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5e74638..2e0d924 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"