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 86c12727a0fe27211f268223fe687963c9bf8892..3035c2228fbbad4c8c160d5db237f2cb9622a697 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
 2012-01-05  Nick Clifton  <nickc@redhat.com>
 
        PR ld/12161
index 5337ce55b8db1ba744b4755616ff5a54705a6b38..bd4e20e0494c05f5740971ff86ea566e9193e2ef 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"
   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"
     ;;
     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
     ;;
     targ_defvec=i386dynix_vec
     targ_underscore=yes
     ;;
This page took 0.026417 seconds and 4 git commands to generate.