configure.in (arm*-*-*): Don't let autoconf remove brackets
* configure.in (arm*-*-*): Don't let autoconf remove brackets * configure: regenerate From-SVN: r29880
This commit is contained in:
parent
f301014645
commit
7805bde9fa
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -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"
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user