]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (sysv5): Added support required for shared
authorManfred Weichel <weichel@global.nacamar.de>
Mon, 27 Sep 1999 20:22:28 +0000 (20:22 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 27 Sep 1999 20:22:28 +0000 (20:22 +0000)
library linking on SCO UW7.

ChangeLog
ltconfig.in

index dfa5cdf394ace6b9377ab976a95f9b6a4e4e992e..55b3687be57cb77e59e44012818e20774118ba37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-27  Manfred Weichel  <weichel@global.nacamar.de>
+
+       * ltconfig.in (sysv5): Added support required for shared
+       library linking on SCO UW7.
+
 1999-09-22  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * ltconfig.in (whole-archive-flag-spec): test whether the
index 623204f9443ca4adf5de5a774ad08f9a0ece241d..f9c9c4bcb2c2ea759212066e03d9f2e9b86a3043 100755 (executable)
@@ -1688,6 +1688,14 @@ else
     export_dynamic_flag_spec='-Bexport'
     ;;
 
+  sysv5)
+    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs
+$linker_flags'
+    runpath_var='LD_RUN_PATH'
+    hardcode_shlibpath_var=no
+    hardcode_direct=no
+    ;;
+
   uts4*)
     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
     hardcode_libdir_flag_spec='-L$libdir'