From 865422fafaf387745b2979d47b6f448d28e0edb8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 22 Dec 2016 13:12:07 +1030 Subject: hppa-linux-gnu-ranlib: libcpp.a: File format not recognized This stops an --enable-targets selection affecting the main target in regards to forcing 64-bit archives. It also means mips64 and s390x will revert to binutils-2.25 and binutils-2.26 behaviour of not forcing 64-bit archives at least in the common case when plugins were enabled. PR binutils/20464 PR binutils/14625 * configure.ac: Revert 2016-05-25 configure change setting want_64_bit_archive for mips64 and s390x. Revise USE_64_BIT_ARCHIVE description. * configure: Regenerate. * config.in: Regenerate. --- bfd/configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bfd/configure') diff --git a/bfd/configure b/bfd/configure index 5e52fc4..2f05cad 100755 --- a/bfd/configure +++ b/bfd/configure @@ -14655,15 +14655,6 @@ else # all_targets is true selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'` fi # all_targets is true -if test "x$want_64_bit_archive" = xunset; then - # 64-bit MIPS and s390 ELF targets use 64-bit archives. - case "${bfd_backends}" in - *elf64-mips* | *elf64-s390*) - want_64_bit_archive=true - ;; - esac -fi - # 64-bit archives need a 64-bit bfd_vma. if test "x$want_64_bit_archive" = xtrue; then want64=true -- cgit v1.1