* ltconfig.in: No known version of Solaris 2 hardcoded -L paths.

This commit is contained in:
Rainer Orth 1999-01-20 21:59:03 +00:00 committed by Alexandre Oliva
parent d4cdebab58
commit fadbda341d
2 changed files with 4 additions and 7 deletions

View File

@ -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/

View File

@ -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*)