aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2006-05-20 23:33:07 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2006-05-20 23:33:07 +0200
commit68bfb94e7ece6bad4d6c10231b3d8cd94d2e7319 (patch)
treee6125a2ca63cd08037fda672d2a0a2a74790314b /libjava/configure.host
parent08cb8af18ad619d73016dc052ca73410dc202038 (diff)
downloadgcc-68bfb94e7ece6bad4d6c10231b3d8cd94d2e7319.zip
gcc-68bfb94e7ece6bad4d6c10231b3d8cd94d2e7319.tar.gz
gcc-68bfb94e7ece6bad4d6c10231b3d8cd94d2e7319.tar.bz2
configure.ac: Add the POSIX thread libs to the HP-UX PA configuration.
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. Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r113937
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 e213072..c27f54c 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
;;