Commit 150b72ed by Daniel Jacobowitz Committed by Daniel Jacobowitz

* config.gcc: Revert accidentally committed ARM changes.

From-SVN: r67440
parent 385a9348
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.
......
......@@ -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"
......
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