configure.ac: Add double brackets on darwin[912].

2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>

        * configure.ac: Add double brackets on darwin[912].
        * configure: Regenerate.

From-SVN: r142426
This commit is contained in:
Jack Howarth 2008-12-04 06:17:13 +00:00 committed by Andreas Tobler
parent eefaa99a00
commit 25783c3001
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Add double brackets on darwin[912].
* configure: Regenerate.
2008-12-03 Daniel Kraft <d@domob.eu>
* MAINTAINERS: Moved myself and Mikael Morin from Write After

2
configure vendored
View File

@ -2210,7 +2210,7 @@ case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
powerpc-*-darwin* | x86_64-*-darwin912*)
powerpc-*-darwin* | x86_64-*-darwin[912]*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;

View File

@ -446,7 +446,7 @@ case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
powerpc-*-darwin* | x86_64-*-darwin[912]*)
powerpc-*-darwin* | x86_64-*-darwin[[912]]*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;