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
commitb8238046f6926eb90441e225283360ffe0ac8759 (patch)
tree46a155c750ed01c5720819c05211cee49e14fa23 /bfd/config.bfd
parent32c57356449d018ec9a74a160c9e436928c0c0d9 (diff)
downloadgdb-b8238046f6926eb90441e225283360ffe0ac8759.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 5337ce55b8d..bd4e20e0494 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
;;