Enable x86-64 for Linux/i386 if 64bit BFD is selected.

This commit is contained in:
H.J. Lu
2002-08-01 06:24:53 +00:00
parent 6e95b1c4e0
commit 39a2a3eb35
4 changed files with 14 additions and 0 deletions

View File

@ -420,6 +420,7 @@ case "${targ}" in
i[3456]86-*-linux-gnu*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec"
targ64_selvecs=bfd_elf64_x86_64_vec
;;
#ifdef BFD64
x86_64-*-freebsd*)