mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 21:31:42 +08:00
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
This commit is contained in:
parent
b93133bcea
commit
dc4e3423e3
@ -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
2
libjava/configure
vendored
@ -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*)
|
||||
|
@ -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*)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user