dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Mon Aug 14 19:53:47 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
Add Amadeus' ARM code generator that fixes the 8bit write problem.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	13 Aug 2006 23:12:47 -0000	1.8
+++ Makefile	14 Aug 2006 17:53:45 -0000	1.9
@@ -22,6 +22,7 @@
 TARGET		:= arm-linux-elf
 PREFIX		:= $(CWD)/prefix
 SYSROOT 	:= $(PREFIX)/$(TARGET)
+EIGHTBIT_DIR	:= $(CWD)/8bit
 
 BINUTILS_VER	= 2.16.1
 GCC_VER		= 4.0.2
@@ -139,9 +140,6 @@
 				;; \
 		esac
 
-
-
-
 #######################################################################
 # binutils
 #######################################################################
@@ -398,6 +396,9 @@
 # patch gcc (stage 2)
 $(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, \
+		cp $(EIGHTBIT_DIR)/$(f) $(GCC_SRCDIR)/gcc/config/arm/;)
 	touch $@
 
 # configure gcc (stage 2)




More information about the dslinux-commit mailing list