summaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-20 21:33:07 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-20 21:33:07 +0000
commit775ffa8d8ecfe6a5d7ec56ec22335628a429f764 (patch)
treee6125a2ca63cd08037fda672d2a0a2a74790314b /libjava/configure.host
parent7e7dbd38e6cf03e7b5dc381021e4b6bdc7aa8eeb (diff)
downloadgcc-775ffa8d8ecfe6a5d7ec56ec22335628a429f764.tar.gz
2006-05-20 Andreas Tobler <a.tobler@schweiz.ch>
John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * configure.ac: Add the POSIX thread libs to the HP-UX PA configuration. Add signal specification for HP-UX PA. * configure: Rebuilt. * configure.host: Add defaults for the HP-UX PA architecture. Add descriptor files for HP-UX PA 32-bit and 64-bit. * include/hppa-signal.h: New file. * include/posix.h: Add shared library suffix for HP-UX. * sysdep/pa/descriptor-pa32-hpux.h: New file. * sysdep/pa/descriptor-pa64-hpux.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host15
1 files changed, 14 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index e21307258f4..c27f54cc7b2 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -127,7 +127,7 @@ case "${host}" in
enable_hash_synchronization_default=yes
IEEESPEC=-mieee
;;
- hppa-*)
+ hppa*-*)
sysdeps_dir=pa
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
@@ -273,6 +273,11 @@ EOF
enable_hash_synchronization_default=no
slow_pthread_self=
;;
+ hppa*-hp-hpux11.*)
+ slow_pthread_self=no
+ can_unwind_signal=yes
+ DIVIDESPEC=-fuse-divide-subroutine
+ ;;
esac
case "${host}" in
@@ -288,6 +293,14 @@ case "${host}" in
descriptor_h=sysdep/descriptor-y.h
;;
+ hppa*64*-*-hpux*)
+ descriptor_h=sysdep/pa/descriptor-pa64-hpux.h
+ ;;
+
+ hppa*-*-hpux*)
+ descriptor_h=sysdep/pa/descriptor-pa32-hpux.h
+ ;;
+
hppa*-*)
descriptor_h=sysdep/pa/descriptor.h
;;