mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
mips*-linux* variants.
This commit is contained in:
parent
24d6c1b8a3
commit
6a024456d4
@ -1,3 +1,8 @@
|
||||
2003-04-10 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
|
||||
mips*-linux* variants.
|
||||
|
||||
2003-04-09 Samuel Meder <meder@mcs.anl.gov>
|
||||
|
||||
* libtool.m4 Switch on $CC and add paterns to cases.
|
||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -2167,7 +2167,7 @@ irix5* | irix6* | nonstopux*)
|
||||
# This must be Linux ELF.
|
||||
linux*)
|
||||
case $host_cpu in
|
||||
alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*)
|
||||
alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh*)
|
||||
lt_cv_deplibs_check_method=pass_all ;;
|
||||
*)
|
||||
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||
|
Loading…
Reference in New Issue
Block a user