mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
* ltconfig.in (irix6*): Do not override deplibs_check_method
here.
This commit is contained in:
parent
6045c2443d
commit
27118b074f
@ -1,5 +1,8 @@
|
||||
1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* ltconfig.in (irix6*): Do not override deplibs_check_method
|
||||
here.
|
||||
|
||||
* libtool.m4: Do not AC_SUBST anything other than LIBTOOL.
|
||||
|
||||
1999-11-20 Michael Forster <email@michael-forster.de>
|
||||
|
@ -1603,8 +1603,6 @@ irix5* | irix6*)
|
||||
*-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
|
||||
*) libsuff= shlibsuff= libmagic=never-match;;
|
||||
esac
|
||||
# this will be overridden with pass_all, but let us keep it just in case
|
||||
deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
|
||||
;;
|
||||
esac
|
||||
shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user