6b61642485013e25d47e91d24fb2aebcea3e0126
[tpg/acess2.git] / Externals / cross-compiler / patches / binutils / bfd / config.bfd.patch
1 --- bfd/config.bfd 2011-07-29 00:00:00.000000 +0000
2 +++ bfd/config.bfd 2013-03-01 10:45:00.000000 +0800
3 @@ -1576,2 +1576,15 @@
4    ;;
5 +  i[3-7]86-*-acess2)
6 +    targ_defvec=bfd_elf32_i386_vec
7 +    targ_selvecs="bfd_elf32_i386_vec i386coff_vec"
8 +    ;;
9 +  x86_64-*-acess2)
10 +    targ_defvec=bfd_elf64_x86_64_vec
11 +    targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
12 +    want64=true
13 +    ;;
14 +  arm-*-acess2)
15 +    targ_defvec=bfd_elf32_arm_vec
16 +    targ_selvecs="bfd_elf32_arm_vec"
17 +    ;;
18  # END OF targmatch.h

UCC git Repository :: git.ucc.asn.au