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%2Fld-config.patch;fp=toolchain-patches%2Fbinutils%2F2.16.1%2Fld-config.patch;h=a7e47137aad881764add0751f751b7c8acbb5b89;hp=0000000000000000000000000000000000000000;hb=9b36e0babf885409bdfc643184f14a5300294859;hpb=5adc890ffae4f90536e72bc32ef83e1141689520 diff --git a/toolchain-patches/binutils/2.16.1/ld-config.patch b/toolchain-patches/binutils/2.16.1/ld-config.patch new file mode 100644 index 0000000..a7e4713 --- /dev/null +++ b/toolchain-patches/binutils/2.16.1/ld-config.patch @@ -0,0 +1,17 @@ +--- binutils-2.16.1/ld/configure.tgt.ORIG Fri Apr 7 18:06:53 2006 ++++ binutils-2.16.1/ld/configure.tgt Fri Apr 7 18:13:30 2006 +@@ -235,6 +235,14 @@ + i[3-7]86-*-beos*) targ_emul=elf_i386_be ;; + i[3-7]86-*-vxworks*) targ_emul=elf_i386 ;; + i[3-7]86-*-chaos) targ_emul=elf_i386_chaos ;; ++i[5-7]86-*-polintos) targ_emul=elf_i386 ++ if test x${want64} = xtrue; then ++ targ_extra_emuls="$targ_extra_emuls elf_x86_64" ++ fi ++ ;; ++x86_64-*-polintos*) targ_emul=elf_x86_64 ++ targ_extra_emuls="elf_i386" ++ ;; + m8*-*-*) targ_emul=m88kbcs ;; + a29k-*-udi) targ_emul=sa29200 ;; + a29k-*-ebmon) targ_emul=ebmon29k ;;