dslinux/vendors/Nintendo/M3SD config.uClibc

amadeus dslinux_amadeus at user.in-berlin.de
Tue Aug 29 21:42:49 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/M3SD
In directory antilope:/tmp/cvs-serv22342/vendors/Nintendo/M3SD

Modified Files:
	config.uClibc 
Log Message:
Use ARM946E-S as cpu type for gcc, because any cpu < armv4 creates bad code with -mswp-byte-writes. And GCC can do a better job.

Index: config.uClibc
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/M3SD/config.uClibc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config.uClibc	18 Aug 2006 14:05:36 -0000	1.3
+++ config.uClibc	29 Aug 2006 19:42:47 -0000	1.4
@@ -27,13 +27,14 @@
 ARCH_SUPPORTS_LITTLE_ENDIAN=y
 TARGET_ARCH="arm"
 ARCH_SUPPORTS_BIG_ENDIAN=y
-CONFIG_GENERIC_ARM=y
+# CONFIG_GENERIC_ARM is not set
 # CONFIG_ARM610 is not set
 # CONFIG_ARM710 is not set
 # CONFIG_ARM720T is not set
 # CONFIG_ARM920T is not set
 # CONFIG_ARM922T is not set
 # CONFIG_ARM926T is not set
+CONFIG_ARM946E_S=y
 # CONFIG_ARM_SA110 is not set
 # CONFIG_ARM_SA1100 is not set
 # CONFIG_ARM_XSCALE is not set




More information about the dslinux-commit mailing list