]> git.buserror.net Git - polintos/scott/priv.git/blob - toolchain-patches/binutils/2.16.1/bfd-config.patch
Add toolchain patches.
[polintos/scott/priv.git] / toolchain-patches / binutils / 2.16.1 / bfd-config.patch
1 --- binutils-2.16.1/bfd/config.bfd.ORIG Fri Apr  7 17:56:37 2006
2 +++ binutils-2.16.1/bfd/config.bfd      Fri Apr  7 17:56:00 2006
3 @@ -534,6 +534,11 @@
4      targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec"
5      targ64_selvecs=bfd_elf64_x86_64_vec
6      ;;
7 +  i[5-7]86-*-polintos*)
8 +    targ_defvec=bfd_elf32_i386_vec
9 +    targ64_selvecs=bfd_elf64_x86_64_vec
10 +    want64=true
11 +    ;;
12  #ifdef BFD64
13    x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
14      targ_defvec=bfd_elf64_x86_64_vec
15 @@ -546,6 +551,10 @@
16    x86_64-*-linux-gnu*)
17      targ_defvec=bfd_elf64_x86_64_vec
18      targ_selvecs="bfd_elf32_i386_vec i386linux_vec bfd_efi_app_ia32_vec"
19 +    ;;
20 +  x86_64-*-polintos*)
21 +    targ_defvec=bfd_elf64_x86_64_vec
22 +    targ_selvecs=bfd_elf32_i386_vec
23      ;;
24  #endif
25    i[3-7]86-*-lynxos*)