Don't define _FORTIFY_SOURCE on MinGW
[deliverable/binutils-gdb.git] / ld / configure.tgt
index aaeda30b57a5981280f3b32f08f6d6d586d9eb50..18c3ba4c4d43539974ac0c758beb124b72202867 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
@@ -224,8 +224,6 @@ bpf-*-*)            targ_emul=elf64bpf
                        ;;
 cr16-*-elf*)           targ_emul=elf32cr16
                        ;;
-cr16c-*-elf*)          targ_emul=elf32cr16c
-                       ;;
 cris-*-*aout*)         targ_emul=crisaout
                        targ_extra_emuls="criself crislinux"
                        targ_extra_libpath=$targ_extra_emuls
@@ -593,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"
@@ -903,9 +900,6 @@ tic6x-*-uclinux)    targ_emul=elf32_tic6x_linux_le
                        targ_extra_emuls="elf32_tic6x_linux_be elf32_tic6x_le elf32_tic6x_be"
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
-tic80-*-*)             targ_emul=tic80coff
-                       targ_extra_ofiles=
-                       ;;
 tilegx-*-*)            targ_emul=elf64tilegx
                        targ_extra_emuls="elf64tilegx_be elf32tilegx elf32tilegx_be"
                        targ_extra_libpath=$targ_extra_emuls
@@ -1018,6 +1012,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.028445 seconds and 4 git commands to generate.