Regen ld/Makefile.in
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 1e90d883ef87b06a1f3ac65e6d9f30780369e209..0b6ee8bc874df47e7a9a7f994166a01fd6b374f6 100644 (file)
@@ -1,6 +1,6 @@
 # configure.tgt
 #
-#   Copyright (C) 2013-2019 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2020 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -105,7 +105,7 @@ alpha*-*-*vms*)             targ_emul=alphavms
 am33_2.0-*-linux*)     targ_emul=elf32am33lin # mn10300 variant
                        ;;
 arc*-*-elf*)           targ_emul=arcelf
-                       targ_extra_emuls="arcelf_prof arclinux arclinux_nps arclinux_prof arcv2elf arcv2elfx"
+                       targ_extra_emuls="arclinux arclinux_nps arcv2elf arcv2elfx"
                        ;;
 arc*-*-linux*)         case "${with_cpu}" in
                        nps400) targ_emul=arclinux_nps
@@ -115,7 +115,7 @@ arc*-*-linux*)              case "${with_cpu}" in
                                targ_extra_emuls=arclinux_nps
                                ;;
                        esac
-                       targ_extra_emuls="${targ_extra_emuls} arclinux_prof arcelf arcelf_prof arcv2elf arcv2elfx"
+                       targ_extra_emuls="${targ_extra_emuls} arcelf arcv2elf arcv2elfx"
                        ;;
 arm*-*-cegcc*)         targ_emul=arm_wince_pe
                        targ_extra_ofiles="deffilep.o pe-dll.o"
@@ -347,7 +347,8 @@ i[3-7]86-*-solaris*)        targ_emul=elf_i386_ldso
                        ;;
 i[3-7]86-*-netbsdelf* | \
 i[3-7]86-*-netbsd*-gnu* | \
-i[3-7]86-*-knetbsd*-gnu)
+i[3-7]86-*-knetbsd*-gnu | \
+i[3-7]86-*-openbsd*)
                        targ_emul=elf_i386
                        targ_extra_emuls="elf_iamcu"
                        ;;
@@ -377,7 +378,6 @@ i[3-7]86-*-msdos*)  targ_emul=i386msdos
                        ;;
 i[3-7]86-*-moss*)      targ_emul=i386moss
                        targ_extra_emuls=i386msdos
-                       targ_extra_ofiles=
                        ;;
 i[3-7]86-*-winnt*)     targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o"
@@ -591,7 +591,6 @@ moxie-*-moxiebox*)  targ_emul=moxiebox
                        targ_extra_ofiles=ldelfgen.o
                        ;;
 moxie-*-*)             targ_emul=elf32moxie
-                       targ_extra_ofiles=ldelfgen.o
                        ;;
 msp430-*-*)            targ_emul=msp430elf
                        targ_extra_emuls="msp430X"
@@ -776,6 +775,8 @@ rs6000-*-aix*)              targ_emul=aixrs6
                        ;;
 rl78-*-*)              targ_emul=elf32rl78
                        ;;
+rx-*-linux*)           targ_emul=elf32rx_linux
+                       ;;
 rx-*-*)                        targ_emul=elf32rx
                        ;;
 s12z-*-*)              targ_emul=m9s12zelf
@@ -948,7 +949,8 @@ x86_64-*-solaris2*) targ_emul=elf_x86_64_sol2
                        targ_extra_libpath=$targ_extra_emuls
                        tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
                        ;;
-x86_64-*-netbsd*)      targ_emul=elf_x86_64
+x86_64-*-netbsd* | x86_64-*-openbsd*)
+                       targ_emul=elf_x86_64
                        targ_extra_emuls="elf_i386 elf_iamcu elf_l1om elf_k1om"
                        tdir_elf_iamcu=`echo ${targ_alias} | \
                            sed -e 's/x86_64/i386/'`
@@ -1013,6 +1015,9 @@ xstormy16-*-*)            targ_emul=elf32xstormy16
                        ;;
 xtensa*-*-*)           targ_emul=elf32xtensa
                        ;;
+z80-*-elf*)            targ_emul=elf32z80
+                       targ_extra_ofiles="ldelf.o ldelfgen.o"
+                       ;;
 z80-*-coff)            targ_emul=z80
                        targ_extra_ofiles=
                        ;;
This page took 0.024966 seconds and 4 git commands to generate.