dslinux/toolchain Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sun Oct 29 14:34:25 CET 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv17654/toolchain

Modified Files:
	Makefile 
Log Message:
Remove not needed file

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	13 Oct 2006 09:06:06 -0000	1.26
+++ Makefile	29 Oct 2006 13:34:23 -0000	1.27
@@ -388,7 +388,7 @@
 # patch gcc (stage 1)
 $(GCC_SRCDIR)/.stage1-patched: $(GCC_SRCDIR)/.stage1-unpacked
 	# Use Amadeus' ARM code generator that fixes the 8bit write problem
-	$(foreach f,arm.h arm.c arm.md predicates.md t-arm-elf, \
+	$(foreach f,arm.h arm.md predicates.md t-arm-elf, \
 		cp $(EIGHTBIT_DIR)/$(f) $(GCC_SRCDIR)/gcc/config/arm/;)
 	touch $@
 
@@ -435,7 +435,7 @@
 $(GCC_SRCDIR)/.stage2-patched: $(GCC_SRCDIR)/.stage2-unpacked
 	patch -d $(GCC_SRCDIR) -p1 < $(PATCHDIR)/gcc-$(GCC_VER).diff
 	# Use Amadeus' ARM code generator that fixes the 8bit write problem
-	$(foreach f,arm.h arm.c arm.md predicates.md t-arm-elf, \
+	$(foreach f,arm.h arm.md predicates.md t-arm-elf, \
 		cp $(EIGHTBIT_DIR)/$(f) $(GCC_SRCDIR)/gcc/config/arm/;)
 	touch $@
 




More information about the dslinux-commit mailing list