configure.host: Restore match for darwin9 or later.

2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>

	* configure.host: Restore match for darwin9 or later.
	* configure.ac: Likewise.
	* configure: Regenerate.

From-SVN: r145863
This commit is contained in:
Jack Howarth 2009-04-09 21:54:28 +00:00 committed by Andreas Tobler
parent 9764adac6e
commit 8554578125
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.host: Restore match for darwin9 or later.
* configure.ac: Likewise.
* configure: Regenerate.
2009-03-11 Andrew Haley <aph@redhat.com>
* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear

2
libjava/configure vendored
View File

@ -27564,7 +27564,7 @@ case "${host}" in
m68*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h
;;
powerpc*-*-darwin* | i?86-*-darwin9* | x86_64-*-darwin9*)
powerpc*-*-darwin* | i?86-*-darwin[912]* | x86_64-*-darwin[912]*)
SIGNAL_HANDLER=include/darwin-signal.h
;;
powerpc*-*-aix*)

View File

@ -1642,7 +1642,7 @@ case "${host}" in
m68*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h
;;
powerpc*-*-darwin* | i?86-*-darwin9* | x86_64-*-darwin9*)
powerpc*-*-darwin* | i?86-*-darwin[[912]]* | x86_64-*-darwin[[912]]*)
SIGNAL_HANDLER=include/darwin-signal.h
;;
powerpc*-*-aix*)

View File

@ -295,11 +295,11 @@ EOF
slow_pthread_self=
can_unwind_signal=no
;;
i?86-*-darwin9*)
i?86-*-darwin[912]*)
can_unwind_signal=yes
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
;;
x86_64-*-darwin9*)
x86_64-*-darwin[912]*)
enable_hash_synchronization_default=yes
slow_pthread_self=
can_unwind_signal=yes