aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-09-02 22:04:27 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-09-02 22:04:27 -0700
commit2ac3a7f5ce10dfdbda70a7d16414ba780677fe38 (patch)
tree8ebbb589efa024a924f581c947edb90df543cf15 /bfd/configure
parentaed02419fb32cdf3153e81aa3474ef41248f34b0 (diff)
downloadbinutils-2ac3a7f5ce10dfdbda70a7d16414ba780677fe38.zip
binutils-2ac3a7f5ce10dfdbda70a7d16414ba780677fe38.tar.gz
binutils-2ac3a7f5ce10dfdbda70a7d16414ba780677fe38.tar.bz2
Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFD
Since elfxx-x86.lo needs elf64-x86-64.lo with 64-bit BFD now, add elf64-x86-64.lo together with elfxx-x86.lo to bfd_backends for 64-bit BFD. * configure.ac (bfd_backends): Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFD. * configure: Regenerated.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure
index dce88a1..f555c62 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -14758,10 +14758,10 @@ rm -f conftest*
;;
esac
-# elfxx-x86.lo needs elf64.lo with 64-bit BFD.
+# elfxx-x86.lo needs elf64-x86-64.lo and elf64.lo with 64-bit BFD.
case "${bfd_backends}-${wordsize}" in
*elfxx-x86.lo*-64*)
- bfd_backends="${bfd_backends} elf64.lo"
+ bfd_backends="${bfd_backends} elf64-x86-64.lo elf64.lo"
;;
esac