configure.ac: Don't use darwin-signal.h as signal handler for Darwin/i386.

2006-09-21  Sandro Tolaini  <tolaini@libero.it>

	* configure.ac: Don't use darwin-signal.h as signal handler for
	Darwin/i386.
	* configure.host: Enable Darwin/i386 as a supported host, with no
	signal unwinding.

From-SVN: r117127
This commit is contained in:
Sandro Tolaini 2006-09-22 01:50:50 +02:00 committed by Tom Tromey
parent de7a014db3
commit 9af06953ba
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2006-09-21 Sandro Tolaini <tolaini@libero.it>
* configure.ac: Don't use darwin-signal.h as signal handler for
Darwin/i386.
* configure.host: Enable Darwin/i386 as a supported host, with no
signal unwinding.
2006-09-20 Keith Seitz <keiths@redhat.com>
* jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked

View File

@ -1448,7 +1448,7 @@ case "${host}" in
mips*-*-linux*)
SIGNAL_HANDLER=include/mips-signal.h
;;
*-*-darwin*)
powerpc*-*-darwin*)
SIGNAL_HANDLER=include/darwin-signal.h
;;
*)

View File

@ -265,6 +265,11 @@ EOF
slow_pthread_self=
can_unwind_signal=yes
;;
i?86-*-darwin*)
enable_hash_synchronization_default=yes
slow_pthread_self=
can_unwind_signal=no
;;
*-*-freebsd*)
slow_pthread_self=
;;