summaryrefslogtreecommitdiffstats
path: root/target/device/AMD
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-31 22:45:22 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-31 22:45:22 +0000
commit578ecbbfc85d1b10bd2b7b2a6c79db140e6592ab (patch)
tree7b79d15e88563346f14883b9a5547a19cd206bd0 /target/device/AMD
parent7e66561771fe609c084a13550e559d8f91fcdc78 (diff)
downloadbuildroot-novena-578ecbbfc85d1b10bd2b7b2a6c79db140e6592ab.tar.gz
buildroot-novena-578ecbbfc85d1b10bd2b7b2a6c79db140e6592ab.zip
Minor platform updates
Diffstat (limited to 'target/device/AMD')
-rw-r--r--target/device/AMD/DBAu1500/linux.mk2
-rw-r--r--target/device/AMD/DBAu1500/uClibc.config.mips1
-rw-r--r--target/device/AMD/DBAu1500/uClibc.config.mipsel1
3 files changed, 3 insertions, 1 deletions
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