aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-01 21:30:59 +0000
committerIan Lance Taylor <iant@google.com>2007-10-01 21:30:59 +0000
commit2e30d253b71680ea2f09203ad412f0eb7d3f7ff3 (patch)
tree5d8b4e2e5f3e64ce14a5b4cdcc984db132c4902b /gold/Makefile.in
parent5b3463d9ee95e3b9631851ef51dd37377949b06d (diff)
downloadgdb-2e30d253b71680ea2f09203ad412f0eb7d3f7ff3.zip
gdb-2e30d253b71680ea2f09203ad412f0eb7d3f7ff3.tar.gz
gdb-2e30d253b71680ea2f09203ad412f0eb7d3f7ff3.tar.bz2
From Craig Silverstein: x86_64 support.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 3ca6b8c..5db510e 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -325,10 +325,10 @@ YFILES = \
EXTRA_DIST = yyscript.c yyscript.h
TARGETSOURCES = \
- i386.cc
+ i386.cc x86_64.cc
ALL_TARGETOBJS = \
- i386.$(OBJEXT)
+ i386.$(OBJEXT) x86_64.$(OBJEXT)
libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
sources_var = main.cc
@@ -465,6 +465,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
.c.o: