aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/posix.h
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/include/posix.h
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/include/posix.h')
-rw-r--r--libjava/include/posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/include/posix.h b/libjava/include/posix.h
index 4ceb008..63fc135 100644
--- a/libjava/include/posix.h
+++ b/libjava/include/posix.h
@@ -44,6 +44,8 @@ details. */
#define _Jv_platform_solib_prefix "lib"
#if defined(__APPLE__) && defined(__MACH__)
#define _Jv_platform_solib_suffix ".dylib"
+#elif defined(HPUX) && defined(HP_PA)
+#define _Jv_platform_solib_suffix ".sl"
#else
#define _Jv_platform_solib_suffix ".so"
#endif