aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/configure.ac')
-rw-r--r--bfd/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure.ac b/bfd/configure.ac
index 3f2cedf..1930a41 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -825,10 +825,10 @@ case ${host64}-${target64}-${want64} in
;;
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