This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed]: Darwin: define targ64_selvecs for i386-darwin


Hi,

x86_64 should be enabled for i386-darwin if host is 64 bits or --enable-64-bit-bfd, like other targets.

Committed on trunk.

Tristan.

bfd/
2012-01-06  Tristan Gingold  <gingold@adacore.com>

	* config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.

RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.287
diff -c -r1.287 config.bfd
*** bfd/config.bfd	21 Nov 2011 13:18:06 -0000	1.287
--- bfd/config.bfd	6 Jan 2012 11:39:17 -0000
***************
*** 507,515 ****
    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"
      targ_archs="$targ_archs bfd_powerpc_arch bfd_rs6000_arch"
      ;;
!  i[3-7]86-sequent-bsd*)
      targ_defvec=i386dynix_vec
      targ_underscore=yes
      ;;
--- 507,516 ----
    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*)
      targ_defvec=i386dynix_vec
      targ_underscore=yes
      ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]