1 --- binutils-2.16.1/ld/configure.tgt.ORIG Fri Apr 7 18:06:53 2006
2 +++ binutils-2.16.1/ld/configure.tgt Fri Apr 7 18:13:30 2006
4 i[3-7]86-*-beos*) targ_emul=elf_i386_be ;;
5 i[3-7]86-*-vxworks*) targ_emul=elf_i386 ;;
6 i[3-7]86-*-chaos) targ_emul=elf_i386_chaos ;;
7 +i[5-7]86-*-polintos) targ_emul=elf_i386
8 + if test x${want64} = xtrue; then
9 + targ_extra_emuls="$targ_extra_emuls elf_x86_64"
12 +x86_64-*-polintos*) targ_emul=elf_x86_64
13 + targ_extra_emuls="elf_i386"
15 m8*-*-*) targ_emul=m88kbcs ;;
16 a29k-*-udi) targ_emul=sa29200 ;;
17 a29k-*-ebmon) targ_emul=ebmon29k ;;