]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-c.sh, ltcf-cxx.sh (hardcode_libdir_flag_spec,
authorRobert Boehne <rboehne@ricardo-us.com>
Mon, 30 Oct 2000 22:48:18 +0000 (22:48 +0000)
committerOssama Othman <ossama@debian.org>
Mon, 30 Oct 2000 22:48:18 +0000 (22:48 +0000)
allow_undefined, archive_cmds):  Fix Compaq Tru 64 rpath and
"allow undefined" support.

ChangeLog
ltcf-c.sh
ltcf-cxx.sh

index 7e4fd5441788bb851061a015f6682103938f1e11..376a70bd8d3f5ce5ba4824ffe9fc8842c7ba3294 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-30  Robert Boehne  <rboehne@ricardo-us.com>
+
+       * ltcf-c.sh, ltcf-cxx.sh (hardcode_libdir_flag_spec,
+       allow_undefined, archive_cmds):  Fix Compaq Tru 64 rpath and
+       "allow undefined" support.
+
 2000-10-27  Robert Boehne  <rboehne@ricardo-us.com>
 
        * docs/libtool.texi: Added pointers to documentation       
index e57abb1cb2b243ee47c7d4b8b787d3ca36285dfd..0b370cf159aeaebe8d9ff3eb2aebb2cfb0092e77 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -412,7 +412,7 @@ else
       allow_undefined_flag=' -expect_unresolved \*'
       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
     fi
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    hardcode_libdir_flag_spec='-rpath $libdir'
     hardcode_libdir_separator=:
     ;;
 
index c134a4294864fca39e6a7804dc4de4b8c13a4862..79922bfd2c3872d12a9f2ab740a0a345ab90bbca 100644 (file)
@@ -395,10 +395,10 @@ case "$host_os" in
         ld_shlibs=no
         ;;
       cxx)
-        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
-        archive_cmds='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+        allow_undefined_flag=' -expect_unresolved \*'
+        archive_cmds='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
         
-        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+        hardcode_libdir_flag_spec='-rpath $libdir'
         hardcode_libdir_separator=:
 
         # Commands to make compiler produce verbose output that lists