From 7fea6c4e46961a4a904602e7d934d3cbf5791d42 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 20 Jun 2000 12:59:15 -0500 Subject: [svn-r2397] Added support for HPUX 11.00. It uses the same stuff that the HPUX 10.* uses. --- bin/ltconfig | 6 +++--- 1 file 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" -- cgit v0.12