summaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorwalt <walt>2012-09-15 17:11:26 +0000
committerwalt <walt>2012-09-15 17:11:26 +0000
commit7be04644de6cbfe11cb6f18286141e5183c84eae (patch)
tree86a3faaa2320adbe89dda4718c0bc1fbc47e4c3f /gold/Makefile.in
parent4897166f101ebf48af998d189cc241811fda81a5 (diff)
downloadbinutils-redhat-7be04644de6cbfe11cb6f18286141e5183c84eae.tar.gz
Add support for tilegx in gold.
* configure.ac (ENABLE_GOLD): support tilegx* * configure: rebuild elfcpp: * tilegx.h: New file. * elfcpp.h: add EM_TILEGX. gold: * tilegx.cc: New file. * Makefile.am (TARGETSOURCES): Add tilegx.cc (ALL_TARGETOBJS): Add tilegx.$(OBJEXT) * configure.tgt: Add entries for tilegx*. * configure.ac: Likewise. * Makefile.in: Rebuild. * configure: Likewise. * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle tilegx.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 356b1d6328..c8d8453e48 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -488,11 +488,11 @@ YFILES = \
DEFFILES = arm-reloc.def
EXTRA_DIST = yyscript.c yyscript.h
TARGETSOURCES = \
- i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc
+ i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc
ALL_TARGETOBJS = \
i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
- arm.$(OBJEXT) arm-reloc-property.$(OBJEXT)
+ arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) tilegx.$(OBJEXT)
libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
libgold_a_LIBADD = $(LIBOBJS)