diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-21 23:50:50 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-21 23:50:50 +0000 |
| commit | 6ee72396333d5bce0a2358e1f8c330df7525ed3b (patch) | |
| tree | f9bbf039ad71d58f7067b8b3512e2851e07b1e44 /libjava/configure.host | |
| parent | 3869e51d3fa43d1032397c7abe34642ec5560f74 (diff) | |
| download | ppe42-gcc-6ee72396333d5bce0a2358e1f8c330df7525ed3b.tar.gz ppe42-gcc-6ee72396333d5bce0a2358e1f8c330df7525ed3b.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
| -rw-r--r-- | libjava/configure.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 018d6172d41..e19a61a147e 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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= ;; |

