]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in: No known version of Solaris 2 hardcoded -L paths.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 20 Jan 1999 21:59:03 +0000 (21:59 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 20 Jan 1999 21:59:03 +0000 (21:59 +0000)
ChangeLog
ltconfig.in

index 1542a6d08df246ae7a368ce46ff36c054a128e2e..d30609ba0c76641f558d5fe9e788f858faa0640f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * ltconfig.in: No known version of Solaris 2 hardcoded -L paths.
+
 1999-01-20  Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
 
        * ltmain.in: s/n\'t/ not/
index f0c557fe1ec431c904c3bc9f31a3084f891c50ce..a09aec5b8e356a10385b404fdd93e832b339a3a6 100755 (executable)
@@ -1320,13 +1320,6 @@ else
                $LD -G${allow_undefined_flag} -M $export_symbols -h $soname -o $lib $libobjs $deplibs~$rm $lib.exp'
     hardcode_libdir_flag_spec='-R$libdir'
     hardcode_shlibpath_var=no
-
-    # Solaris 2 before 2.5 hardcodes -L paths.
-    case "$host_os" in
-    solaris2.[0-4]*)
-      hardcode_minus_L=yes
-      ;;
-    esac
     ;;
 
   sunos4*)