dslinux/toolchain Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sat Sep 30 14:05:31 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
multilib support for DSLinux

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	1 Sep 2006 01:57:20 -0000	1.21
+++ Makefile	30 Sep 2006 12:05:28 -0000	1.22
@@ -187,6 +187,7 @@
 		--with-sysroot=$(SYSROOT) \
 		--target=$(TARGET) \
 		--disable-nls \
+		--enable-multilib \
 		--disable-shared \
 		--disable-threads \
 		--with-gcc \
@@ -383,7 +384,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, \
+	$(foreach f,arm.h arm.c arm.md predicates.md t-arm-elf, \
 		cp $(EIGHTBIT_DIR)/$(f) $(GCC_SRCDIR)/gcc/config/arm/;)
 	touch $@
 
@@ -396,6 +397,7 @@
 		--with-sysroot=$(SYSROOT) \
 		--target=$(TARGET) \
 		--enable-languages=c \
+		--enable-multilib \
 		--with-cpu=arm7tdmi \
 		--with-gcc \
 		--with-gnu-ld \
@@ -429,7 +431,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, \
+	$(foreach f,arm.h arm.c arm.md predicates.md t-arm-elf, \
 		cp $(EIGHTBIT_DIR)/$(f) $(GCC_SRCDIR)/gcc/config/arm/;)
 	touch $@
 
@@ -443,6 +445,7 @@
 		--with-sysroot=$(SYSROOT) \
 		--target=$(TARGET) \
 		--enable-languages=c,c++ \
+		--enable-multilib \
 		--with-cpu=arm7tdmi \
 		--with-gcc \
 		--with-gnu-ld \




More information about the dslinux-commit mailing list