From ea0529ff0cdf82ff0ba170f8a831bc52bbbf67b9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 May 2001 06:51:02 +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 83b6d5db8..25869b73e 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 d1286d9fb..aa7e62a0e 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 -- 2.47.2