]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorThomas Tanner <tanner@gmx.de>
Sun, 27 Dec 1998 20:04:12 +0000 (20:04 +0000)
committerThomas Tanner <tanner@gmx.de>
Sun, 27 Dec 1998 20:04:12 +0000 (20:04 +0000)
ChangeLog
ltconfig.in
ltmain.in

index 9895738bbe6ef96fe0894c62a4bd33cc4d0f40fb..471d8491f7ba3f2f259fdc6e5f154a85571cf5a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1998-12-27  Thomas Tanner  <tanner@gmx.de>
+
+       * THANKS: added Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
+       
+1998-12-26  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>
+
+       * ltconfig.in: support i486-ncr-sysv4.3.03
+       shared libraries.
+
+       * ltmain.in: before every ln -s, remove the link name
+
 1998-12-25  Thomas Tanner  <tanner@gmx.de>
 
        * depdemo/configure.in: removed last relics of demo
index fcc3d45bb90832a1a76b973a40856fdc635f7117..d7e43ad75f9411028ccfdce05503b27dbc3bb495 100755 (executable)
@@ -645,7 +645,7 @@ else
     wl='-Qoption ld '
     ;;
 
-  sysv4.2uw2* | sysv5*)
+  sysv4.2uw2* | sysv5* | sysv4.3*)
     pic_flag='-KPIC'
     link_static_flag='-Bstatic'
     wl='-Wl,'
@@ -1725,7 +1725,7 @@ sunos4*)
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
-sysv4.2uw2*)
+sysv4.2uw2* | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
   soname_spec='${libname}${release}.so$major'
index 43edde61303c21568b59d0adc53d47d3aa3eb75c..7c0cca9fa604848e107a63576e5c8f35f1145ddc 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -477,6 +477,8 @@ compiler."
 
       # If we have no pic_flag, then copy the object into place and finish.
       if test -z "$pic_flag"; then
+       $show $rm $obj
+       $run $rm $obj
        $show "$LN_S $libobj $obj"
        if $run $LN_S $libobj $obj; then
          exit 0
@@ -1723,6 +1725,8 @@ EOF
        IFS="$save_ifs"
       else
        # Just create a symlink.
+       $show $rm $libobj
+       $run $rm $libobj
        $show "$LN_S $obj $libobj"
        $run $LN_S $obj $libobj || exit $?
       fi