mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2008-12-03 Daniel Kraft <d@domob.eu>
|
||||||
|
|
||||||
* MAINTAINERS: Moved myself and Mikael Morin from Write After
|
* MAINTAINERS: Moved myself and Mikael Morin from Write After
|
||||||
|
|
|
@ -2210,7 +2210,7 @@ case "${target}" in
|
||||||
*-*-chorusos)
|
*-*-chorusos)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
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 ld gas gdb gprof"
|
||||||
noconfigdirs="$noconfigdirs sim target-rda"
|
noconfigdirs="$noconfigdirs sim target-rda"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -446,7 +446,7 @@ case "${target}" in
|
||||||
*-*-chorusos)
|
*-*-chorusos)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
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 ld gas gdb gprof"
|
||||||
noconfigdirs="$noconfigdirs sim target-rda"
|
noconfigdirs="$noconfigdirs sim target-rda"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue