X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/c1e128e5a1740919504feecc31255b149cbeedd7..28d0c3ce1963ba684d0492524c1cba6454e1d401:/ld/configure.in diff --git a/ld/configure.in b/ld/configure.in index 42ca520e27..ba5e5b809e 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -74,6 +74,7 @@ case "${targ}" in i[345]86-*-bsd386) ld_target=i386-bsd ;; i[345]86-*-bsdi*) ld_target=i386-bsd ;; i[345]86-*-aout) ld_target=i386-aout ;; + i[345]86-*-linuxaout*) ld_target=i386-laout ;; i[345]86-*-linux*) ld_target=i386-linux ;; i[345]86-*-sysv4*) ld_target=i386-elf ;; i[345]86-*-unixware) ld_target=i386-elf ;; @@ -82,6 +83,7 @@ case "${targ}" in i[345]86-*-elf*) ld_target=i386-elf ;; i[345]86-*-sysv*) ld_target=i386-coff ;; i[345]86-*-mach*) ld_target=i386-mach ;; + i[345]86-*-gnuelf*) ld_target=i386-gelf ;; i[345]86-*-gnu*) ld_target=i386-gnu ;; m8*-*-*) ld_target=m88k-bcs ;; a29k-*-udi) ld_target=sa29200 ;; @@ -99,6 +101,7 @@ case "${targ}" in m68k-hp-bsd*) ld_target=hp300bsd ;; m68*-*-aout) ld_target=m68k ;; m68*-*-coff) ld_target=m68k-coff ;; + m68*-*-elf) ld_target=m68k-elf ;; m68*-*-hpux*) ld_target=hp300hpux ;; m68*-*-lynxos*) ld_target=m68k-lynx ;; m68*-*-netbsd*) ld_target=m68k-nbsd ;; @@ -106,12 +109,13 @@ case "${targ}" in echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2 exit 1 ;; hppa*-*-*elf*) ld_target=hppaelf ;; + hppa*-*-lites*) ld_target=hppaelf ;; vax-dec-ultrix* | vax-dec-bsd*) ld_target=vax ;; mips*-dec-ultrix*) ld_target=mips-lit ;; mips*-sgi-irix5*) ld_target=mipsb-elf32 ;; mips*-sgi-irix*) ld_target=mips-big ;; - mips*el-idt-ecoff*) ld_target=mipsl-idt ;; - mips*-idt-ecoff*) ld_target=mips-idt ;; + mips*el-*-ecoff*) ld_target=mipsl-idt ;; + mips*-*-ecoff*) ld_target=mips-idt ;; mips*-dec-bsd*) ld_target=mipsbsd ;; mips*el-*-elf*) ld_target=mipsl-elf32 ;; mips*-*-elf*) ld_target=mipsb-elf32 ;; @@ -120,7 +124,8 @@ case "${targ}" in z8k-*-sim | z8k-*-coff) ld_target=z8ksim ;; ns32k-pc532-mach) ld_target=pc532mach ;; ns32k-pc532-netbsd*) ld_target=ns32k-nbsd ;; - powerpc-*-elf*) ld_target=ppc-elf32 ;; + powerpc-*-elf* | powerpc-*-eabi*) ld_target=ppc-elf32 ;; + powerpcle-*-elf* | powerpcle-*-eabi*) ld_target=ppcle-elf32 ;; powerpc-*-netware*) ld_target=ppc-nw ;; w65-*-*) ld_target=coff-w65 ;; *-*-aout) ld_target=${target_cpu}-${target_vendor} ;;