* Makefile.am: Add eelf32_spu.o rule.
[deliverable/binutils-gdb.git] / ld / Makefile.am
index b7a4b80e7b1148a6ab1e3a0d02a799498b6d3e91..c30bd287585920a59ce5492ac6dc5a4e3b19f8b0 100644 (file)
@@ -468,6 +468,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} "" \
This page took 0.024274 seconds and 4 git commands to generate.