From: Rainer Orth Date: Wed, 20 Jan 1999 21:59:03 +0000 (+0000) Subject: * ltconfig.in: No known version of Solaris 2 hardcoded -L paths. X-Git-Tag: ild-branchpoint~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fadbda341d21ddaa2be33808a0452123d26a7407;p=thirdparty%2Flibtool.git * ltconfig.in: No known version of Solaris 2 hardcoded -L paths. --- diff --git a/ChangeLog b/ChangeLog index 1542a6d08..d30609ba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-20 Rainer Orth + + * ltconfig.in: No known version of Solaris 2 hardcoded -L paths. + 1999-01-20 Erez Zadok * ltmain.in: s/n\'t/ not/ diff --git a/ltconfig.in b/ltconfig.in index f0c557fe1..a09aec5b8 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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*)