Don't define _FORTIFY_SOURCE on MinGW
[deliverable/binutils-gdb.git] / ld / configure.tgt
index c0c8a697d6b281967d4868f557e2ece14c269246..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
@@ -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"
@@ -901,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
@@ -1016,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.031036 seconds and 4 git commands to generate.