[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AC_DEPLIBS_CHECK_METHOD on {s390,m68k}-linux
From: |
Andreas Schwab |
Subject: |
AC_DEPLIBS_CHECK_METHOD on {s390,m68k}-linux |
Date: |
23 Jul 2001 16:56:55 +0200 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.105 |
On both s390-linux and m68k-linux the deplibs check should use pass_all.
2001-07-23 Andreas Schwab <address@hidden>
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for
s390*-*-linux* and m68*-*-linux*.
--- libtool-1.4b/libtool.m4 2001/07/16 10:15:56 1.1
+++ libtool-1.4b/libtool.m4 2001/07/23 14:54:32
@@ -1850,7 +1850,7 @@
# This must be Linux ELF.
linux*)
case $host_cpu in
- alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* )
+ alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* |
m68* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
--
Andreas Schwab "And now for something
SuSE Labs completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
- AC_DEPLIBS_CHECK_METHOD on {s390,m68k}-linux,
Andreas Schwab <=