aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>2014-06-23 11:52:34 -0700
committerCary Coutant <ccoutant@google.com>2014-06-23 12:02:10 -0700
commit9810d34d76d19f63d4bbe7390fa36ceb85d10cde (patch)
treed594fdaec9a904f1d02cc0b38d426426ec9ecba2 /gold/Makefile.in
parent6a18a01c33083320b86274bdb84e81bc76b286f9 (diff)
downloadgdb-9810d34d76d19f63d4bbe7390fa36ceb85d10cde.zip
gdb-9810d34d76d19f63d4bbe7390fa36ceb85d10cde.tar.gz
gdb-9810d34d76d19f63d4bbe7390fa36ceb85d10cde.tar.bz2
gold/
* mips.cc: New file. * Makefile.am (TARGETSOURCES): Add mips.cc (ALL_TARGETOBJS): Add mips.$(OBJEXT) * configure.tgt: Add entries for mips*. * configure.ac: Likewise. * Makefile.in: Regenerate. * configure: Likewise.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 579505a..39a3952 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -532,11 +532,12 @@ 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 tilegx.cc
+ i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc \
+ mips.cc
ALL_TARGETOBJS = \
i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
- arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) tilegx.$(OBJEXT)
+ arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) tilegx.$(OBJEXT) mips.$(OBJEXT)
libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
libgold_a_LIBADD = $(LIBOBJS)
@@ -792,6 +793,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nacl.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@