mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 14:55:55 +08:00
* libjava/configure.host: Disable can_unwind_signal on darwin.
From-SVN: r62048
This commit is contained in:
parent
f3ded1c171
commit
e9e93c8b7c
@ -1,3 +1,7 @@
|
||||
2003-01-28 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* libjava/configure.host: Disable can_unwind_signal on darwin.
|
||||
|
||||
2003-01-28 Ranjit Mathew <rmathew@hotmail.com>
|
||||
|
||||
Fixes PR java/9254:
|
||||
|
@ -167,6 +167,7 @@ case "${host}" in
|
||||
*-*-darwin*)
|
||||
enable_hash_synchronization_default=no
|
||||
slow_pthread_self=
|
||||
can_unwind_signal=no
|
||||
;;
|
||||
*-*-freebsd*)
|
||||
slow_pthread_self=
|
||||
|
Loading…
Reference in New Issue
Block a user