From 578ecbbfc85d1b10bd2b7b2a6c79db140e6592ab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 31 Mar 2005 22:45:22 +0000 Subject: Minor platform updates --- target/device/AMD/DBAu1500/linux.mk | 2 +- target/device/AMD/DBAu1500/uClibc.config.mips | 1 + target/device/AMD/DBAu1500/uClibc.config.mipsel | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'target/device/AMD/DBAu1500') diff --git a/target/device/AMD/DBAu1500/linux.mk b/target/device/AMD/DBAu1500/linux.mk index df3453e73..ae202a1d8 100644 --- a/target/device/AMD/DBAu1500/linux.mk +++ b/target/device/AMD/DBAu1500/linux.mk @@ -84,7 +84,7 @@ $(LINUX_DIR)/.configured $(BUILD_DIR)/linux/.configured: $(LINUX_DIR)/.unpacked $(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 diff --git a/target/device/AMD/DBAu1500/uClibc.config.mips b/target/device/AMD/DBAu1500/uClibc.config.mips index e4aa771b5..8bc5c975d 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mips +++ b/target/device/AMD/DBAu1500/uClibc.config.mips @@ -150,6 +150,7 @@ DEVEL_PREFIX="/usr/" # # uClibc development/debugging options # +CROSS_COMPILER_PREFIX="" # DODEBUG is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/device/AMD/DBAu1500/uClibc.config.mipsel b/target/device/AMD/DBAu1500/uClibc.config.mipsel index 9a6e096ae..7966bac56 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mipsel +++ b/target/device/AMD/DBAu1500/uClibc.config.mipsel @@ -150,6 +150,7 @@ DEVEL_PREFIX="/usr/" # # uClibc development/debugging options # +CROSS_COMPILER_PREFIX="" # DODEBUG is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set -- cgit v1.2.3