summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-06-20 17:59:15 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-06-20 17:59:15 (GMT)
commit7fea6c4e46961a4a904602e7d934d3cbf5791d42 (patch)
treeaeb0a2541604acb26ed8c023f5e12aa906d11f5f /bin
parentff5231f964c93451e0d7abfc00d1ffb4faa44bef (diff)
downloadhdf5-7fea6c4e46961a4a904602e7d934d3cbf5791d42.zip
hdf5-7fea6c4e46961a4a904602e7d934d3cbf5791d42.tar.gz
hdf5-7fea6c4e46961a4a904602e7d934d3cbf5791d42.tar.bz2
[svn-r2397] Added support for HPUX 11.00. It uses the same stuff that the HPUX 10.*
uses.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ltconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ltconfig b/bin/ltconfig
index 6ba0185..d9564b2 100755
--- a/bin/ltconfig
+++ b/bin/ltconfig
@@ -477,7 +477,7 @@ else
link_static_flag='-bnso -bI:/lib/syscalls.exp'
;;
- hpux9* | hpux10*)
+ hpux9* | hpux10* | hpux11*)
# Is there a better link_static_flag that works with the bundled CC?
wl='-Wl,'
link_static_flag="${wl}-a ${wl}archive"
@@ -793,7 +793,7 @@ else
export_dynamic_flag_spec='${wl}-E'
;;
- hpux10*)
+ hpux10* | hpux11*)
archive_cmds='$LD -b +h $soname +s +b $install_libdir -o $lib$libobjs'
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
hardcode_direct=yes
@@ -1136,7 +1136,7 @@ gnu*)
shlibpath_var=LD_LIBRARY_PATH
;;
-hpux9* | hpux10*)
+hpux9* | hpux10* | hpux11*)
# Give a soname corresponding to the major version so that dld.sl refuses to
# link against other versions.
dynamic_linker="$host_os dld.sl"