Commit 7805bde9 by Jonathan Larmour Committed by Jeff Law

configure.in (arm*-*-*): Don't let autoconf remove brackets

        * configure.in (arm*-*-*): Don't let autoconf remove brackets
        * configure: regenerate

From-SVN: r29880
parent f3010146
Sat Oct 9 23:04:02 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
* configure.in (arm*-*-*): Don't let autoconf remove brackets
* configure: regenerate
Sat Oct 9 13:15:53 1999 Richard Henderson <rth@cygnus.com>
* alpha.md (extendsidi2): Turn into a splitter. Allow f/f.
......
......@@ -6269,7 +6269,7 @@ for machine in $build $host $target; do
# Distinguish cores, and major variants
# arm7m doesn't exist, but D & I don't affect code
xarm23678 | xarm250 | xarm67010 \
xarm[23678] | xarm250 | xarm[67][01]0 \
| xarm7m | xarm7dm | xarm7dmi | xarm7tdmi \
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
| xstrongarm | xstrongarm110 | xstrongarm1100)
......
......@@ -3587,10 +3587,12 @@ changequote([,])dnl
# Distinguish cores, and major variants
# arm7m doesn't exist, but D & I don't affect code
changequote(,)dnl
xarm[23678] | xarm250 | xarm[67][01]0 \
| xarm7m | xarm7dm | xarm7dmi | xarm7tdmi \
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
| xstrongarm | xstrongarm110 | xstrongarm1100)
changequote([,])dnl
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