]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 17 Mar 1999 14:04:07 +0000 (14:04 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 17 Mar 1999 14:04:07 +0000 (14:04 +0000)
(hpux*, hardcode_libdir_separator): set to colon

ChangeLog
ltconfig.in

index 80f88850dd2009ccca3d2fd48c616fdd2541c8ef..bc5cbcdb8a50875e59de112e5f383b213f2ddb29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (hpux*, hardcode_minus_L): should be no, we have +b
+       (hpux*, hardcode_libdir_separator): set to colon
+
 1999-03-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * doc/PLATFORMS: egcs is gcc; updates from Erez Zadoc
index a3a37ffd8074b7029df263f491e15a4a07a4785b..1a91d7a3164b6dc012f4d78f58285c31b64c5fec 100755 (executable)
@@ -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'
     ;;