mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-01 15:25:27 +08:00
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for
s390*-*-linux* and m68*-*-linux*.
This commit is contained in:
parent
7e3f8916bb
commit
a25740e4f1
@ -1,3 +1,8 @@
|
||||
2001-07-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for
|
||||
s390*-*-linux* and m68*-*-linux*.
|
||||
|
||||
2001-07-19 Robert Boehne <rboehne@ricardo-us.com>
|
||||
|
||||
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix tag support
|
||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -1867,7 +1867,7 @@ irix5* | irix6*)
|
||||
# This must be Linux ELF.
|
||||
linux*)
|
||||
case $host_cpu in
|
||||
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* )
|
||||
alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* )
|
||||
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