mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
2009-10-08 Tristan Gingold <gingold@adacore.com>
* config.bfd: Add bfd_mach_o_i386_vec in x86_64-darwin targ_selvecs.
This commit is contained in:
parent
6f4c35a5fb
commit
615b63d4e0
@ -1,3 +1,7 @@
|
||||
2009-10-08 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config.bfd: Add bfd_mach_o_i386_vec in x86_64-darwin targ_selvecs.
|
||||
|
||||
2009-10-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* bfd-in2.h: Regenerated.
|
||||
|
@ -606,7 +606,7 @@ case "${targ}" in
|
||||
#ifdef BFD64
|
||||
x86_64-*-darwin*)
|
||||
targ_defvec=mach_o_le_vec
|
||||
targ_selvecs="mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec"
|
||||
targ_selvecs="mach_o_i386_vec mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec"
|
||||
targ_archs="bfd_i386_arch bfd_powerpc_arch bfd_rs6000_arch"
|
||||
want64=true
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user