diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-12-13 13:18:22 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-12-13 13:18:22 +0000 |
commit | 76ecaf0945f32e64d4d4839ed04a1bcaaebbfd44 (patch) | |
tree | c934d1966ea34ee1dde7e7063731d36367eb8156 /boehm-gc | |
parent | e145f6a3f23c5c6d152adfc485c7c92701410a87 (diff) | |
download | gcc-76ecaf0945f32e64d4d4839ed04a1bcaaebbfd44.zip gcc-76ecaf0945f32e64d4d4839ed04a1bcaaebbfd44.tar.gz gcc-76ecaf0945f32e64d4d4839ed04a1bcaaebbfd44.tar.bz2 |
configure: Regenerate.
2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
* configure: Regenerate.
From-SVN: r92087
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 4 | ||||
-rwxr-xr-x | boehm-gc/configure | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index eb7c8b2..bf95106 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-13 Kelley Cook <kcook@gcc.gnu.org> + + * configure: Regenerate. + 2004-11-29 Bryce McKinlay <mckinlay@redhat.com> PR libgcj/18699 diff --git a/boehm-gc/configure b/boehm-gc/configure index b950a07..0f65972 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -4317,14 +4317,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) @@ -4719,7 +4712,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 4722 "configure"' > conftest.$ac_ext + echo '#line 4715 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? |