From: Alexandre Oliva Date: Wed, 17 Mar 1999 14:04:07 +0000 (+0000) Subject: * ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b X-Git-Tag: release-1-3b~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d7fd8cb57d779f2152f01ac488cad37b8ca698;p=thirdparty%2Flibtool.git * ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b (hpux*, hardcode_libdir_separator): set to colon --- diff --git a/ChangeLog b/ChangeLog index 80f88850d..bc5cbcdb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-03-17 Alexandre Oliva + + * ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b + (hpux*, hardcode_libdir_separator): set to colon + 1999-03-17 Alexandre Oliva * doc/PLATFORMS: egcs is gcc; updates from Erez Zadoc diff --git a/ltconfig.in b/ltconfig.in index a3a37ffd8..1a91d7a31 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1227,16 +1227,18 @@ else hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +s +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: hardcode_direct=yes - hardcode_minus_L=yes + hardcode_minus_L=no export_dynamic_flag_spec='${wl}-E' ;; hpux10* | hpux11*) archive_cmds='$LD -b +h $soname +s +b $install_libdir -o $lib $libobjs $deplibs $linkopts' hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: hardcode_direct=yes - hardcode_minus_L=yes + hardcode_minus_L=no export_dynamic_flag_spec='${wl}-E' ;;