aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorClément Chigot <chigot@adacore.com>2022-11-18 11:06:50 +0100
committerClément Chigot <chigot@adacore.com>2023-03-16 15:01:05 +0100
commit567e0dfb0166c070d4d59b70ecb823fd9100f9a6 (patch)
tree9d426d872ffccc8fbcfb2210851409cea8063a5a /ld/Makefile.am
parent5e4c7a839d1c0d68a4a518cf2dc8e87925575e58 (diff)
downloadgdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.zip
gdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.tar.gz
gdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.tar.bz2
configure: add new target aarch64-*-nto*
This target has its own ld emulation based on aarch64elf.em.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index d9449a6..0e9bed8 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -388,6 +388,7 @@ ALL_64_EMULATION_SOURCES = \
eaarch64linux32.c \
eaarch64linux32b.c \
eaarch64linuxb.c \
+ eaarch64nto.c \
eaarch64pe.c \
earm64pe.c \
eelf32_x86_64.c \
@@ -881,6 +882,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS)
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Pc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64nto.Pc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64pe.Pc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm64pe.Pc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@