[uClibc-cvs] svn commit: trunk/buildroot/target/device/AMD/DBAu1500

andersen at uclibc.org andersen at uclibc.org
Thu Mar 31 22:45:23 UTC 2005


Author: andersen
Date: 2005-03-31 15:45:22 -0700 (Thu, 31 Mar 2005)
New Revision: 10067

Log:
Minor platform updates


Modified:
   trunk/buildroot/target/device/AMD/DBAu1500/linux.mk
   trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips
   trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel


Changeset:
Modified: trunk/buildroot/target/device/AMD/DBAu1500/linux.mk
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/linux.mk	2005-03-31 19:30:38 UTC (rev 10066)
+++ trunk/buildroot/target/device/AMD/DBAu1500/linux.mk	2005-03-31 22:45:22 UTC (rev 10067)
@@ -84,7 +84,7 @@
 	$(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" $(LINUX_DIR)/Makefile
 	-cp $(LINUX_KCONFIG) $(LINUX_DIR)/.config
 ifeq ($(strip $(BR2_mips)),y)
-	$(SED) 's/CONFIG_CPU_LITTLE_ENDIAN=y/# CONFIG_CPU_LITTLE_ENDIAN is not set\n# CONFIG_BINFMT_IRIX is not set' $(LINUX_DIR)/.config
+	$(SED) "s,CONFIG_CPU_LITTLE_ENDIAN=y,# CONFIG_CPU_LITTLE_ENDIAN is not set\n# CONFIG_BINFMT_IRIX is not set," $(LINUX_DIR)/.config
 endif
 	$(MAKE) PATH=$(TARGET_PATH) -C $(LINUX_DIR) oldconfig include/linux/version.h
 	touch $(LINUX_DIR)/.configured

Modified: trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips	2005-03-31 19:30:38 UTC (rev 10066)
+++ trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips	2005-03-31 22:45:22 UTC (rev 10067)
@@ -150,6 +150,7 @@
 #
 # uClibc development/debugging options
 #
+CROSS_COMPILER_PREFIX=""
 # DODEBUG is not set
 # DOASSERTS is not set
 # SUPPORT_LD_DEBUG is not set

Modified: trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel	2005-03-31 19:30:38 UTC (rev 10066)
+++ trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel	2005-03-31 22:45:22 UTC (rev 10067)
@@ -150,6 +150,7 @@
 #
 # uClibc development/debugging options
 #
+CROSS_COMPILER_PREFIX=""
 # DODEBUG is not set
 # DOASSERTS is not set
 # SUPPORT_LD_DEBUG is not set




More information about the uClibc-cvs mailing list