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:
parent
eefaa99a00
commit
25783c3001
3 changed files with 7 additions and 2 deletions
|
@ -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
2
configure
vendored
|
@ -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"
|
||||
;;
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue