From fc04cf27400f97754c107555f0bdebb136863c1c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 May 2001 06:53:53 +0000 Subject: [PATCH] * libtool.m4 (lt_cv_deplibs_check_method): pass_all for hppa*-linux. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a9045518..ae9732201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-16 Alan Modra + + * libtool.m4 (lt_cv_deplibs_check_method): pass_all for hppa*-linux. + 2001-05-03 Andreas Jaeger , Andreas Schwab * ltmain.in (relink_command): Arrange for wrapper script to save diff --git a/libtool.m4 b/libtool.m4 index e49652168..13eb8ac04 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3207,7 +3207,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 -- 2.47.3