aboutsummaryrefslogtreecommitdiff
path: root/libtool.m4
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-05-20 18:55:59 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-05-20 18:55:59 +0000
commita0e229f2df5e544fbffb49d417aac25f524440c0 (patch)
tree89773e562cc705e997b9ac2a2ab602c831644c67 /libtool.m4
parentbbf2a5051d81f9f25dbcc5b00a73bafcbd2e52d7 (diff)
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@42351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libtool.m4')
-rw-r--r--libtool.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/libtool.m4 b/libtool.m4
index d4422290336..aa7e62a0e67 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -597,7 +597,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
- alpha* | i*86 | powerpc* | sparc* | ia64* )
+ alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
@@ -636,6 +636,10 @@ solaris*)
lt_cv_file_magic_test_file=/lib/libc.so
;;
+[sysv5uw[78]* | sysv4*uw2*)]
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
case $host_vendor in
ncr)