dslinux/vendors/Nintendo/SUPERCARDSD config.uClibc

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


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

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/SUPERCARDSD/config.uClibc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.uClibc	18 Aug 2006 14:05:37 -0000	1.5
+++ config.uClibc	29 Aug 2006 19:42:48 -0000	1.6
@@ -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