From 85900b09576a36b3bf87944e11e2c8ff9e0bb4d1 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Thu, 17 Apr 2008 13:25:47 +0000 Subject: * Added uclibc snapshot config, differes from the stable and kept asking questions for config * Added ARM config options to makefile just like the other arch's --- toolchain/uClibc/uclibc.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'toolchain/uClibc/uclibc.mk') diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index af3c5742e..efbc3823d 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -135,6 +135,23 @@ $(UCLIBC_DIR)/.oldconfig: $(UCLIBC_DIR)/.unpacked $(UCLIBC_CONFIG_FILE) -e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \ $(UCLIBC_DIR)/.oldconfig ifeq ($(UCLIBC_TARGET_ARCH),arm) + (/bin/echo "# CONFIG_GENERIC_ARM is not set"; \ + /bin/echo "# CONFIG_ARM610 is not set"; \ + /bin/echo "# CONFIG_ARM710 is not set"; \ + /bin/echo "# CONFIG_ARM7TDMI is not set"; \ + /bin/echo "# CONFIG_ARM720T is not set"; \ + /bin/echo "# CONFIG_ARM920T is not set"; \ + /bin/echo "# CONFIG_ARM922T is not set"; \ + /bin/echo "# CONFIG_ARM926T is not set"; \ + /bin/echo "# CONFIG_ARM10T is not set"; \ + /bin/echo "# CONFIG_ARM1136JF_S is not set"; \ + /bin/echo "# CONFIG_ARM1176JZ_S is not set"; \ + /bin/echo "# CONFIG_ARM1176JZF_S is not set"; \ + /bin/echo "# CONFIG_ARM_SA110 is not set"; \ + /bin/echo "# CONFIG_ARM_SA1100 is not set"; \ + /bin/echo "# CONFIG_ARM_XSCALE is not set"; \ + /bin/echo "# CONFIG_ARM_IWMMXT is not set"; \ + ) >> $(UCLIBC_DIR)/.oldconfig $(SED) 's/^\(CONFIG_[^_]*[_]*ARM[^=]*\)=.*/# \1 is not set/g' \ $(UCLIBC_DIR)/.oldconfig $(SED) 's/^.*$(UCLIBC_ARM_TYPE).*/$(UCLIBC_ARM_TYPE)=y/g' $(UCLIBC_DIR)/.oldconfig -- cgit v1.2.3