diff options
author | Alan Modra <amodra@gmail.com> | 2016-12-22 13:12:07 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-12-23 23:50:39 +1030 |
commit | 865422fafaf387745b2979d47b6f448d28e0edb8 (patch) | |
tree | f26e4851dd3469236fa89cc51965abb9e7ea312f /bfd/config.in | |
parent | 6096dda15babc5307b1a0e9624d4e0028fd429e1 (diff) | |
download | gdb-865422fafaf387745b2979d47b6f448d28e0edb8.zip gdb-865422fafaf387745b2979d47b6f448d28e0edb8.tar.gz gdb-865422fafaf387745b2979d47b6f448d28e0edb8.tar.bz2 |
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.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.in b/bfd/config.in index 341afae..2d5a381 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -337,7 +337,7 @@ /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER -/* Define if we should use 64-bit archives. */ +/* Define if 64-bit archives should always be used. */ #undef USE_64_BIT_ARCHIVE /* Use b modifier when opening binary files? */ |