summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-24 22:04:38 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-24 22:04:38 +0000
commit7f93fe7a469fb4d342d90736e801fcafb23b5a8b (patch)
tree1a205f4efb7cde1c60805f272a7b886ff7cb76d0 /libffi
parentac7cc2f48239f56063d1cabc00652ddbf408a398 (diff)
downloadgcc-7f93fe7a469fb4d342d90736e801fcafb23b5a8b.tar.gz
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog4
-rwxr-xr-xlibffi/configure11
2 files changed, 6 insertions, 9 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 6322b9869fc..258503a419a 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
+
+ * configure: Regenerate for libtool change.
+
2004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
diff --git a/libffi/configure b/libffi/configure
index f8c08d140fd..13231dfd9f9 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -3454,14 +3454,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
- case $host_cpu in
- alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
- lt_cv_deplibs_check_method=pass_all ;;
- *)
- # glibc up to 2.1.1 does not perform some relocations on ARM
- lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
- esac
- lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
+ lt_cv_deplibs_check_method=pass_all
;;
netbsd* | knetbsd*-gnu)
@@ -3856,7 +3849,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 3859 "configure"' > conftest.$ac_ext
+ echo '#line 3852 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?