aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-06-18 10:58:07 +0000
committerAlan Modra <amodra@gmail.com>2007-06-18 10:58:07 +0000
commit42ba7415ccca9cf6b16c7127362b665cd312be63 (patch)
tree9dcd9826556d88f18bf7e2113e9293ca08b82264 /ld/Makefile.in
parent628e8859461e0af7dcae8357032b19ccfe611ff6 (diff)
downloadgdb-42ba7415ccca9cf6b16c7127362b665cd312be63.zip
gdb-42ba7415ccca9cf6b16c7127362b665cd312be63.tar.gz
gdb-42ba7415ccca9cf6b16c7127362b665cd312be63.tar.bz2
* Makefile.am: Add eelf32_spu.o rule.
* Makefile.in: Regenerate. * emultempl/spuelf.em: Revert last change. Instead use EMBEDSPU defined in Makefile for embedspu name.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index c609915..05fa46b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1301,6 +1301,10 @@ ldmain.o: ldmain.c config.status
-DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
$(srcdir)/ldmain.c
+eelf32_spu.o: eelf32_spu.c
+ $(COMPILE) -c -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" \
+ eelf32_spu.c
+
ldemul-list.h: Makefile
(echo "/* This file is automatically generated. DO NOT EDIT! */";\
for f in `echo " " ${EMULATION_OFILES} "" \