X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=toolchain-patches%2Fbinutils%2F2.16.1%2Fbfd-config.patch;fp=toolchain-patches%2Fbinutils%2F2.16.1%2Fbfd-config.patch;h=b39b754b199029c3b7a16718c262b9637ca9d16b;hp=0000000000000000000000000000000000000000;hb=9b36e0babf885409bdfc643184f14a5300294859;hpb=5adc890ffae4f90536e72bc32ef83e1141689520 diff --git a/toolchain-patches/binutils/2.16.1/bfd-config.patch b/toolchain-patches/binutils/2.16.1/bfd-config.patch new file mode 100644 index 0000000..b39b754 --- /dev/null +++ b/toolchain-patches/binutils/2.16.1/bfd-config.patch @@ -0,0 +1,25 @@ +--- binutils-2.16.1/bfd/config.bfd.ORIG Fri Apr 7 17:56:37 2006 ++++ binutils-2.16.1/bfd/config.bfd Fri Apr 7 17:56:00 2006 +@@ -534,6 +534,11 @@ + targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec" + targ64_selvecs=bfd_elf64_x86_64_vec + ;; ++ i[5-7]86-*-polintos*) ++ targ_defvec=bfd_elf32_i386_vec ++ targ64_selvecs=bfd_elf64_x86_64_vec ++ want64=true ++ ;; + #ifdef BFD64 + x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) + targ_defvec=bfd_elf64_x86_64_vec +@@ -546,6 +551,10 @@ + x86_64-*-linux-gnu*) + targ_defvec=bfd_elf64_x86_64_vec + targ_selvecs="bfd_elf32_i386_vec i386linux_vec bfd_efi_app_ia32_vec" ++ ;; ++ x86_64-*-polintos*) ++ targ_defvec=bfd_elf64_x86_64_vec ++ targ_selvecs=bfd_elf32_i386_vec + ;; + #endif + i[3-7]86-*-lynxos*)