summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-01-06 11:41:27 +0000
committerTristan Gingold <gingold@adacore.com>2012-01-06 11:41:27 +0000
commit317c910f53bbe27705bfd801308b30463f0cb566 (patch)
treec6253e529a0b172490f4a1ca973a88c00b51dc72 /bfd/config.bfd
parentc62098ce4a4122df88cbbd9702d0fa62b249173b (diff)
downloadbinutils-redhat-317c910f53bbe27705bfd801308b30463f0cb566.tar.gz
2012-01-06 Tristan Gingold <gingold@adacore.com>
* config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5337ce55b8..bd4e20e049 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -507,9 +507,10 @@ case "${targ}" in
i[3-7]86-*-darwin* | i[3-7]86-*-macos10* | i[3-7]86-*-rhapsody*)
targ_defvec=mach_o_i386_vec
targ_selvecs="mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec"
+ targ64_selvecs=mach_o_x86_64_vec
targ_archs="$targ_archs bfd_powerpc_arch bfd_rs6000_arch"
;;
- i[3-7]86-sequent-bsd*)
+ i[3-7]86-sequent-bsd*)
targ_defvec=i386dynix_vec
targ_underscore=yes
;;