2012-01-06 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Fri, 6 Jan 2012 11:41:28 +0000 (11:41 +0000)
committerTristan Gingold <gingold@adacore.com>
Fri, 6 Jan 2012 11:41:28 +0000 (11:41 +0000)
* config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.

bfd/ChangeLog
bfd/config.bfd

index 86c1272..3035c22 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-06  Tristan Gingold  <gingold@adacore.com>
+
+       * config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.
+
 2012-01-05  Nick Clifton  <nickc@redhat.com>
 
        PR ld/12161
index 5337ce5..bd4e20e 100644 (file)
@@ -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
     ;;