dslinux/toolchain/8bit t-arm-elf

amadeus dslinux_amadeus at user.in-berlin.de
Sat Sep 30 15:48:20 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain/8bit
In directory antilope:/tmp/cvs-serv15041/toolchain/8bit

Modified Files:
	t-arm-elf 
Log Message:
Try to reduce the number of not needed combinations of objects

Index: t-arm-elf
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/8bit/t-arm-elf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- t-arm-elf	30 Sep 2006 12:04:52 -0000	1.2
+++ t-arm-elf	30 Sep 2006 13:48:18 -0000	1.3
@@ -20,6 +20,14 @@
 MULTILIB_OPTIONS      += mswp-byte-writes/mno-swp-byte-writes
 MULTILIB_DIRNAMES     += swpb strb
 
+# DSLINUX:
+# we need: fpic + msingle-pic-base + mswp-byte-writes
+#          fpic + msingle-pic-base
+#          nopic
+MULTILIB_EXCEPTIONS   += *fpic/*mno-single-pic-base*
+MULTILIB_EXCEPTIONS   += *fnopic/*msingle-pic-base*
+MULTILIB_EXCEPTIONS   += *fnopic/*mswp-byte-writes*
+
 # MULTILIB_OPTIONS    += mcpu=ep9312
 # MULTILIB_DIRNAMES   += ep9312
 # MULTILIB_EXCEPTIONS += *mthumb/*mcpu=ep9312*




More information about the dslinux-commit mailing list