mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
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
@ -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…
x
Reference in New Issue
Block a user