mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 07:04:33 +08:00
configure.ac: Expand to darwin10 and later.
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu> * configure.ac: Expand to darwin10 and later. * configure: Regenerate. From-SVN: r142367
This commit is contained in:
parent
f2830e800f
commit
7f171b9554
@ -1,3 +1,8 @@
|
||||
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* configure.ac: Expand to darwin10 and later.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-12-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.def: configure-target-boehm-gc depends on
|
||||
|
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-*-darwin9*)
|
||||
powerpc-*-darwin* | x86_64-*-darwin912*)
|
||||
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-*-darwin9*)
|
||||
powerpc-*-darwin* | x86_64-*-darwin[912]*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user