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:
Jack Howarth 2008-12-02 18:01:57 +00:00 committed by Andreas Tobler
parent f2830e800f
commit 7f171b9554
3 changed files with 7 additions and 2 deletions

View File

@ -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
View File

@ -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"
;;

View File

@ -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"
;;