Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFD
[deliverable/binutils-gdb.git] / bfd / configure.ac
index 3f2cedfd6359957cb5224a769490c04f48ef08c9..1930a41406145fc93cb5de3c48cd12a4e7d5e964 100644 (file)
@@ -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
 
This page took 0.036871 seconds and 4 git commands to generate.