aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-11-24 22:04:38 +0000
committerKelley Cook <kcook@gcc.gnu.org>2004-11-24 22:04:38 +0000
commitc0229298bd6ba93399e0ae590e6f9f1b975b382f (patch)
tree1a205f4efb7cde1c60805f272a7b886ff7cb76d0 /libobjc
parentefe53fbe1aade4e73099f3e91168d71e9125d646 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@91200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rwxr-xr-xlibobjc/configure13
2 files changed, 7 insertions, 10 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 3f4b296995e..263d78837e0 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,5 +1,9 @@
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
+ * configure: Regenerate for libtool change.
+
+2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
+
* aclocal.m4, config.h.in: Regenerate.
2004-10-08 Mike Stump <mrs@apple.com>
diff --git a/libobjc/configure b/libobjc/configure
index a3588e8a587..cd384a5be7a 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -3269,14 +3269,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)
@@ -3671,7 +3664,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 3674 "configure"' > conftest.$ac_ext
+ echo '#line 3667 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -5106,7 +5099,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
:
else
cat > conftest.$ac_ext << EOF
-#line 5109 "configure"
+#line 5102 "configure"
@interface Frob
@end
@implementation Frob