configure.in (arm*-*-*): Don't let autoconf remove brackets
authorJonathan Larmour <jlarmour@cygnus.co.uk>
Sun, 10 Oct 1999 05:06:54 +0000 (05:06 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 10 Oct 1999 05:06:54 +0000 (23:06 -0600)
        * configure.in (arm*-*-*): Don't let autoconf remove brackets
        * configure: regenerate

From-SVN: r29880

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 0c30fa1..2257112 100644 (file)
@@ -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.
index a76c492..5c4f0f4 100755 (executable)
@@ -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)
index 08e0ee7..65e2686 100644 (file)
@@ -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"
                                ;;