* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 62ad634261ba5a8cd55ec63e9ea00e7c4237096c..46e05d33a8ab554fe71d7c1c8d1ee67b8179f10e 100644 (file)
@@ -9,21 +9,24 @@
 #  targ_extra_emuls    additional linker emulations to provide
 #  targ_extra_libpath  additional linker emulations using LIB_PATH
 #  targ_extra_ofiles   additional objects needed by the emulation
+#  targ64_extra_emuls  additional linker emulations to provide if
+#                      --enable-64-bit-bfd is given or if host is 64 bit.
+#  targ64_extra_libpath        additional linker emulations using LIB_PATH if
+#                      --enable-64-bit-bfd is given or if host is 64 bit.
 #  NATIVE_LIB_DIRS     library directories to search on this host
 #                      (if we are a native or sysrooted linker)
 
 targ_extra_emuls=
+targ_extra_libpath=
 targ_extra_ofiles=
+targ64_extra_emuls=
+targ64_extra_libpath=
 
 # Please try to keep this table in alphabetic order - it makes it
 # much easier to lookup a specific archictecture.  Naturally any
 # architecture variants should be kept together even if their names
 # break the alpha sorting.
 case "${targ}" in
-a29k-*-udi)            targ_emul=sa29200 ;;
-a29k-*-ebmon)          targ_emul=ebmon29k ;;
-a29k-*-*)              targ_emul=a29k
-                       ;;
 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
                        targ_emul=elf64alpha_fbsd
                        targ_extra_emuls="elf64alpha alpha"
@@ -41,7 +44,7 @@ alpha*-*-openbsd*)    targ_emul=elf64alpha
 arc-*-elf*)            targ_emul=arcelf
                        ;;
 arm-epoc-pe)           targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
-arm-*-wince)           targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+arm-wince-pe | arm-*-wince) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 arm-*-pe)              targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
 armeb-*-aout)          targ_emul=armaoutb ;;
@@ -64,11 +67,30 @@ arm-*-elf | arm*-*-eabi*)
 arm*-*-symbianelf*)     targ_emul=armsymbian;;
 arm-*-kaos*)           targ_emul=armelf ;;
 arm9e-*-elf)           targ_emul=armelf ;;
-arm*b-*-linux-gnueabi) targ_emul=armelfb_linux_eabi ;;
-arm*b-*-linux-*)       targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;;
-arm*-*-linux-gnueabi)  targ_emul=armelf_linux_eabi ;;
-arm*-*-linux-*)                targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
-arm*-*-uclinux*)       targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
+arm*b-*-linux-*eabi)   targ_emul=armelfb_linux_eabi
+                       targ_extra_emuls=armelf_linux_eabi
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+arm*b-*-linux-*)       targ_emul=armelfb_linux
+                       targ_extra_emuls="armelfb armelf armelf_linux"
+                       targ_extra_libpath="armelf_linux"
+                       ;;
+arm*-*-linux-*eabi)    targ_emul=armelf_linux_eabi
+                       targ_extra_emuls=armelfb_linux_eabi
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+arm*-*-linux-*)                targ_emul=armelf_linux
+                       targ_extra_emuls="armelf armelfb armelfb_linux"
+                       targ_extra_libpath="armelfb_linux"
+                       ;;
+arm*-*-uclinux*eabi)   targ_emul=armelf_linux_eabi
+                       targ_extra_emuls=armelfb_linux_eabi
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+arm*-*-uclinux*)       targ_emul=armelf_linux
+                       targ_extra_emuls="armelf armelfb armelfb_linux"
+                       targ_extra_libpath="armelfb_linux"
+                       ;;
 arm-*-vxworks)         targ_emul=armelf_vxworks ;;
 arm*-*-conix*)         targ_emul=armelf ;;
 thumb-*-linux-* | thumb-*-uclinux*)    targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
@@ -85,8 +107,21 @@ xscale-*-coff)              targ_emul=armcoff ;;
 xscale-*-elf)          targ_emul=armelf
                        ;;
 avr-*-*)               targ_emul=avr2
-                       targ_extra_emuls="avr1 avr3 avr4 avr5"
+                       targ_extra_emuls="avr1 avr3 avr4 avr5 avr6"
+                       ;;
+bfin-*-elf)            targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+bfin-*-uclinux*)       targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+bfin-*-linux-uclibc*)  targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
                        ;;
+cr16-*-elf*)            targ_emul=elf32cr16 ;;
 cr16c-*-elf*)           targ_emul=elf32cr16c
                        ;;
 cris-*-*aout*)         targ_emul=crisaout
@@ -107,6 +142,7 @@ d30v-*-*)           targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o"
                        ;;
 dlx-*-elf*)            targ_emul=elf32_dlx
                        ;;
+fido*-*-elf*)          targ_emul=m68kelf ;;
 fr30-*-*)              targ_emul=elf32fr30
                        ;;
 frv-*-*linux*)         targ_emul=elf32frvfd ;;
@@ -142,6 +178,7 @@ i[3-7]86-*-lynxos*) targ_emul=i386lynx ;;
 i[3-7]86-*-coff)       targ_emul=i386coff ;;
 i[3-7]86-*-rtems*)     targ_emul=elf_i386 ;;
 i[3-7]86-*-aros*)      targ_emul=elf_i386 ;;
+i[3-7]86-*-rdos*)      targ_emul=elf_i386 ;;
 i[3-7]86-*-bsd)                targ_emul=i386bsd ;;
 i[3-7]86-*-bsd386)     targ_emul=i386bsd ;;
 i[3-7]86-*-bsdi*)      targ_emul=i386bsd ;;
@@ -152,9 +189,8 @@ i[3-7]86-*-linux*aout*)     targ_emul=i386linux
 i[3-7]86-*-linux*oldld)        targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
 i[3-7]86-*-linux-*)    targ_emul=elf_i386
                        targ_extra_emuls=i386linux
-                       if test x${want64} = xtrue; then
-                         targ_extra_emuls="$targ_extra_emuls elf_x86_64"
-                       fi
+                       targ64_extra_emuls=elf_x86_64
+                       targ64_extra_libpath=elf_x86_64
                        tdir_i386linux=${targ_alias}aout ;;
 x86_64-*-linux-*)      targ_emul=elf_x86_64
                        targ_extra_emuls="elf_i386 i386linux"
@@ -164,10 +200,12 @@ x86_64-*-linux-*) targ_emul=elf_x86_64
 i[3-7]86-*-sysv[45]*)  targ_emul=elf_i386 ;;
 i[3-7]86-*-solaris2*)  targ_emul=elf_i386_ldso
                         targ_extra_emuls="elf_i386 elf_x86_64"
+                       targ_extra_libpath=$targ_extra_emuls
                         ;;
 i[3-7]86-*-unixware)   targ_emul=elf_i386 ;;
 i[3-7]86-*-solaris*)   targ_emul=elf_i386_ldso
                         targ_extra_emuls="elf_i386"
+                       targ_extra_libpath=$targ_extra_emuls
                         ;;
 i[3-7]86-*-netbsdelf* | \
 i[3-7]86-*-netbsd*-gnu* | \
@@ -201,6 +239,9 @@ i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
                        targ_emul=elf_x86_64_fbsd
                        targ_extra_emuls="elf_i386_fbsd elf_x86_64 elf_i386"
+                       targ_extra_libpath="elf_i386_fbsd"
+                       tdir_elf_i386_fbsd=`echo ${targ_alias} \
+                           | sed -e 's/x86_64/i386/'`
                        tdir_elf_i386=`echo ${targ_alias} \
                            | sed -e 's/x86_64/i386/'` ;;
 i[3-7]86-*-sysv*)      targ_emul=i386coff ;;
@@ -218,6 +259,8 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
                        test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
 i[3-7]86-*-mingw32*)   targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+x86_64-*-mingw*)       targ_emul=i386pep ;
+                       targ_extra_ofiles="deffilep.o pep-dll.o" ;;
 i[3-7]86-*-interix*)   targ_emul=i386pe_posix;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 i[3-7]86-*-beospe*)    targ_emul=i386beos ;;
@@ -298,6 +341,7 @@ mcore-*-pe)         targ_emul=mcorepe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 mcore-*-elf)           targ_emul=elf32mcore
                        ;;
+mep-*-elf)             targ_emul=elf32mep ;;
 mips*-*-pe)            targ_emul=mipspe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 mips*-dec-ultrix*)     targ_emul=mipslit ;;
@@ -309,10 +353,12 @@ mips*-sgi-irix6*) targ_emul=elf32bmipn32
 mips*-sgi-irix*)       targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
 mips*-*-ecoff*)                targ_emul=mipsidt ;;
-mips*el-*-netbsd*)     targ_emul=elf32lmip
-                       targ_extra_emuls="elf32bmip" ;;
-mips*-*-netbsd*)       targ_emul=elf32bmip
-                       targ_extra_emuls="elf32lmip" ;;
+mips*el-*-netbsd*)     targ_emul=elf32ltsmip
+                       targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip"
+                       ;;
+mips*-*-netbsd*)       targ_emul=elf32btsmip
+                       targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip"
+                       ;;
 mips*-*-bsd*)          targ_emul=mipsbig ;;
 mips*vr4300el-*-elf*)  targ_emul=elf32l4300 ;;
 mips*vr4300-*-elf*)    targ_emul=elf32b4300 ;;
@@ -320,23 +366,30 @@ mips*vr4100el-*-elf*)     targ_emul=elf32l4300 ;;
 mips*vr4100-*-elf*)    targ_emul=elf32b4300 ;;
 mips*vr5000el-*-elf*)  targ_emul=elf32l4300 ;;
 mips*vr5000-*-elf*)    targ_emul=elf32b4300 ;;
+mips*el-sde-elf*)      targ_emul=elf32ltsmip
+                       targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" ;;
+mips*-sde-elf*)                targ_emul=elf32btsmip
+                       targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip" ;;
 mips*el-*-elf*)                targ_emul=elf32elmip ;;
 mips*-*-elf*)          targ_emul=elf32ebmip ;;
 mips*-*-rtems*)                targ_emul=elf32ebmip ;;
-mips*el-*-vxworks*)    targ_emul=elf32elmip ;;
-mips*-*-vxworks*)      targ_emul=elf32ebmip
-                       targ_extra_emuls="elf32elmip" ;;
+mips*el-*-vxworks*)    targ_emul=elf32elmipvxworks
+                       targ_extra_emuls="elf32ebmipvxworks" ;;
+mips*-*-vxworks*)      targ_emul=elf32ebmipvxworks
+                       targ_extra_emuls="elf32elmipvxworks" ;;
 mips*-*-windiss)       targ_emul=elf32mipswindiss ;;
 mips64*el-*-linux-*)   targ_emul=elf32ltsmipn32
                        targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
-                       targ_extra_libpath="elf32ltsmip elf64ltsmip" ;;
+                       targ_extra_libpath=$targ_extra_emuls ;;
 mips64*-*-linux-*)     targ_emul=elf32btsmipn32
                        targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
-                       targ_extra_libpath="elf32btsmip elf64btsmip" ;;
+                       targ_extra_libpath=$targ_extra_emuls ;;
 mips*el-*-linux-*)     targ_emul=elf32ltsmip
-                       targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" ;;
+                       targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
+                       targ_extra_libpath=$targ_extra_emuls ;;
 mips*-*-linux-*)       targ_emul=elf32btsmip
-                       targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip" ;;
+                       targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
+                       targ_extra_libpath=$targ_extra_emuls ;;
 mips*-*-lnews*)                targ_emul=mipslnews ;;
 mips*-*-sysv4*)         targ_emul=elf32btsmip
                        ;;
@@ -347,10 +400,10 @@ am33_2.0-*-linux*)        targ_emul=elf32am33lin ;;
 mn10200-*-*)           targ_emul=mn10200 ;;
 mn10300-*-*)           targ_emul=mn10300
                        ;;
-ms1-*elf)               targ_emul=elf32ms1
+mt-*elf)                targ_emul=elf32mt
                        ;;
 msp430-*-*)             targ_emul=msp430x110
-                        targ_extra_emuls="msp430x112 msp430x1101 msp430x1111 msp430x1121 msp430x1122 msp430x1132 msp430x122 msp430x123 msp430x1222 msp430x1232 msp430x133 msp430x135 msp430x1331 msp430x1351 msp430x147 msp430x148 msp430x149 msp430x155 msp430x156 msp430x157 msp430x167 msp430x168 msp430x169 msp430x1610 msp430x1611 msp430x1612 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315 msp430x323 msp430x325 msp430x336 msp430x337 msp430x412 msp430x413 msp430x415 msp430x417 msp430xE423 msp430xE425 msp430xE427 msp430xW423 msp430xW425 msp430xW427 msp430xG437 msp430xG438 msp430xG439 msp430x435 msp430x436 msp430x437 msp430x447 msp430x448 msp430x449"
+                        targ_extra_emuls="msp430x112 msp430x1101 msp430x1111 msp430x1121 msp430x1122 msp430x1132 msp430x122 msp430x123 msp430x1222 msp430x1232 msp430x133 msp430x135 msp430x1331 msp430x1351 msp430x147 msp430x148 msp430x149 msp430x155 msp430x156 msp430x157 msp430x167 msp430x168 msp430x169 msp430x1610 msp430x1611 msp430x1612 msp430x2101 msp430x2111 msp430x2121 msp430x2131 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315 msp430x323 msp430x325 msp430x336 msp430x337 msp430x412 msp430x413 msp430x415 msp430x417 msp430xE423 msp430xE425 msp430xE427 msp430xW423 msp430xW425 msp430xW427 msp430xG437 msp430xG438 msp430xG439 msp430x435 msp430x436 msp430x437 msp430x447 msp430x448 msp430x449"
                        ;;
 ns32k-pc532-mach* | ns32k-pc532-ux*)  targ_emul=pc532macha ;;
 ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd
@@ -381,10 +434,9 @@ powerpc*-*-linux*) case "${targ}" in
                        *)      targ_emul=elf32ppclinux
                                targ_extra_emuls="elf32ppc elf32ppcsim"
                                targ_extra_libpath=elf32ppc
-                               if test "${want64}" = "true"; then
-                                       targ_extra_emuls="$targ_extra_emuls elf64ppc"
-                                       targ_extra_libpath="$targ_extra_libpath elf64ppc"
-                               fi ;;
+                               targ64_extra_emuls=elf64ppc
+                               targ64_extra_libpath=elf64ppc
+                               ;;
                        esac ;;
 powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
   | powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
@@ -435,12 +487,11 @@ s390x-*-linux*)         targ_emul=elf64_s390
 s390x-*-tpf*)          targ_emul=elf64_s390
                        tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
 s390-*-linux*)          targ_emul=elf_s390
-                       if test "${want64}" = "true"; then
-                         targ_extra_emuls=elf64_s390
-                         targ_extra_libpath=$targ_extra_emuls
-                         tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
-                       fi
+                       targ64_extra_emuls=elf64_s390
+                       targ64_extra_libpath=elf64_s390
+                       tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
                        ;;
+score-*-elf)            targ_emul=scoreelf ;;
 sh-*-linux*)           targ_emul=shlelf_linux
                        targ_extra_emuls=shelf_linux
                        targ_extra_libpath=shelf_linux ;;
@@ -468,9 +519,14 @@ shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
                        targ_emul=shlelf
                        targ_extra_emuls="shelf shl sh" ;;
 sh-*-rtemscoff*)       targ_emul=sh; targ_extra_emuls=shl ;;
-sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos* | sh-*-vxworks)
+sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos*)
                        targ_emul=shelf
                        targ_extra_emuls="shlelf sh shl" ;;
+sh-*-uclinux* | sh[12]-*-uclinux*)
+                       targ_emul=shelf_uclinux
+                       targ_extra_emuls="shelf shlelf sh shl" ;;
+sh-*-vxworks)          targ_emul=shelf_vxworks
+                       targ_extra_emuls=shlelf_vxworks ;;
 sh-*-nto*)             targ_emul=shelf_nto
                        targ_extra_emuls=shlelf_nto ;;
 sh-*-pe)               targ_emul=shpe ;
@@ -492,6 +548,7 @@ sparc*-*-aout)              targ_emul=sparcaout ;;
 sparc*-*-coff)         targ_emul=coff_sparc ;;
 sparc*-*-elf)          targ_emul=elf32_sparc ;;
 sparc*-*-sysv4*)       targ_emul=elf32_sparc ;;
+sparc*-*-vxworks*)     targ_emul=elf32_sparc_vxworks ;;
 sparc64-*-freebsd* | sparcv9-*-freebsd* | sparc64-*-kfreebsd*-gnu | sparcv9-*-kfreebsd*-gnu)
                        targ_emul=elf64_sparc_fbsd
                        targ_extra_emuls="elf64_sparc elf32_sparc"
@@ -533,6 +590,7 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
 sparc*-wrs-vxworks*)   targ_emul=sparcaout ;;
 sparc*-*-rtems*)        targ_emul=elf32_sparc
                        ;;
+spu-*-elf*)            targ_emul=elf32_spu ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
 tic30-*-*coff*)                targ_emul=tic30coff ;;
 tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
@@ -553,10 +611,15 @@ vax-*-linux-*)    targ_emul=elf32vax
                        ;;
 w65-*-*)               targ_emul=w65
                        ;;
+xc16x-*-elf)           targ_emul=elf32xc16x 
+                        targ_extra_emuls="elf32xc16xl elf32xc16xs"
+                        ;;
 xstormy16-*-*)         targ_emul=elf32xstormy16
                        ;;
 xtensa-*-*)            targ_emul=elf32xtensa
                        ;;
+z80-*-coff)            targ_emul=z80
+                       ;;
 z8k-*-coff)            targ_emul=z8002; targ_extra_emuls=z8001
                        ;;
 *-*-ieee*)             targ_emul=vanilla
@@ -601,6 +664,11 @@ sparc*-*-solaris2*)
   NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
   ;;
 
+spu-*-elf*)
+  # This allows to build a pair of PPU/SPU toolchains with common sysroot.
+  NATIVE_LIB_DIRS='/usr/spu/lib'
+  ;;
+
 i[03-9x]86-*-cygwin*)
   NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
   ;;
This page took 0.093959 seconds and 4 git commands to generate.