aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2007-12-08 19:23:58 +0000
committerAndreas Tobler <andreast@gcc.gnu.org>2007-12-08 20:23:58 +0100
commit417e7bed131e9fbb05e1766c722d87f76f1868e7 (patch)
treed401774a93a831901d00b5fb20b5620d25dfe2b5 /libjava/configure.host
parentc9f7e8258a6a36303f7ba5b41528679eb0e74855 (diff)
downloadgcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.zip
gcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.tar.gz
gcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.tar.bz2
configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.
2007-12-08 Andreas Tobler <a.tobler@schweiz.org> * configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9. * configure.ac: Add darwin-signal.h to x86_64-*-darwin9 and i?86-*darwin9. * configure.in: Regenerate. * darwin.cc: Add definitions for Darwin specific functions for 64-bit. (darwin_java_register_dyld_add_image_hook): Use this specific functions. * Makefile.am (gij_LDFLAGS): Add extra_gij_ldflags for Darwin9. * Makefile.in: Regenerate. * include/Makefile.in: Likewise. * gcj/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/lib/libjava.exp (libjava_arguments): Add allow_stack_execute for *-*-darwin9*. From-SVN: r130709
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host11
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index 7fcfc39..b949051 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -295,6 +295,17 @@ EOF
slow_pthread_self=
can_unwind_signal=no
;;
+ i?86-*-darwin9*)
+ can_unwind_signal=yes
+ DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
+ ;;
+ x86_64-*-darwin9*)
+ enable_hash_synchronization_default=yes
+ slow_pthread_self=
+ can_unwind_signal=yes
+ DIVIDESPEC=-fuse-divide-subroutine
+ CHECKREFSPEC=-fcheck-references
+ ;;
*-*-freebsd*)
slow_pthread_self=
;;