Commit dc4e3423 by Jack Howarth Committed by Andreas Tobler

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: r145861
parent b93133bc
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> 2009-03-11 Andrew Haley <aph@redhat.com>
* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
......
...@@ -27564,7 +27564,7 @@ case "${host}" in ...@@ -27564,7 +27564,7 @@ case "${host}" in
m68*-*-linux*) m68*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h 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 SIGNAL_HANDLER=include/darwin-signal.h
;; ;;
powerpc*-*-aix*) powerpc*-*-aix*)
......
...@@ -1642,7 +1642,7 @@ case "${host}" in ...@@ -1642,7 +1642,7 @@ case "${host}" in
m68*-*-linux*) m68*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h 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 SIGNAL_HANDLER=include/darwin-signal.h
;; ;;
powerpc*-*-aix*) powerpc*-*-aix*)
......
...@@ -295,11 +295,11 @@ EOF ...@@ -295,11 +295,11 @@ EOF
slow_pthread_self= slow_pthread_self=
can_unwind_signal=no can_unwind_signal=no
;; ;;
i?86-*-darwin9*) i?86-*-darwin[912]*)
can_unwind_signal=yes can_unwind_signal=yes
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
;; ;;
x86_64-*-darwin9*) x86_64-*-darwin[912]*)
enable_hash_synchronization_default=yes enable_hash_synchronization_default=yes
slow_pthread_self= slow_pthread_self=
can_unwind_signal=yes can_unwind_signal=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment