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

andersen at uclibc.org andersen at uclibc.org
Thu Mar 10 20:00:26 UTC 2005


Author: andersen
Date: 2005-03-10 13:00:25 -0700 (Thu, 10 Mar 2005)
New Revision: 9996

Log:
Teach the kernel config to also swing both ways


Modified:
   trunk/buildroot/target/device/AMD/DBAu1500/linux.mk


Changeset:
Modified: trunk/buildroot/target/device/AMD/DBAu1500/linux.mk
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/linux.mk	2005-03-10 19:48:32 UTC (rev 9995)
+++ trunk/buildroot/target/device/AMD/DBAu1500/linux.mk	2005-03-10 20:00:25 UTC (rev 9996)
@@ -83,6 +83,9 @@
 	$(SED) "s,^ARCH.*,ARCH=$(LINUX_KARCH),g;" $(LINUX_DIR)/Makefile
 	$(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
+endif
 	$(MAKE) PATH=$(TARGET_PATH) -C $(LINUX_DIR) oldconfig include/linux/version.h
 	touch $(LINUX_DIR)/.configured
 




More information about the uClibc-cvs mailing list