toolchain: remove obsolete references to the cris architecture
authorFelix Fietkau <nbd@openwrt.org>
Tue, 24 Mar 2015 10:07:31 +0000 (10:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 24 Mar 2015 10:07:31 +0000 (10:07 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44964

toolchain/kernel-headers/Makefile
toolchain/uClibc/common.mk
toolchain/uClibc/config-0.9.33.2/cris [deleted file]

index d93a1230c8e306b042ac48d248207f02b344ac15..90f8eb1a3c2aea57bb143d501ef79d47a6a73a19 100644 (file)
@@ -62,15 +62,6 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
   endef
 endif
 
-define Host/Configure/post/cris
-       $(CP) \
-               $(HOST_BUILD_DIR)/include/linux/user.h \
-               $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/linux/
-       ln -snf $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/arch-v10/arch \
-               $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/arch
-       $(SED) '/#include <asm\/page\.h>/d' $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/user.h
-endef
-
 define Host/Configure/post/mips
        $(call Host/Configure/lzma)
 endef
index 610532c8390890e7f427bcdf5a3bebbd151df9a6..89810a0b9aa6076680c3e5d80f3af84b9e2745bf 100644 (file)
@@ -33,7 +33,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
                -e 's/sh[234].*/sh/' \
                -e 's/mips.*/mips/' \
                -e 's/mipsel.*/mips/' \
-               -e 's/cris.*/cris/' \
 )
 
 GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \
diff --git a/toolchain/uClibc/config-0.9.33.2/cris b/toolchain/uClibc/config-0.9.33.2/cris
deleted file mode 100644 (file)
index 4164484..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-ARCH_LITTLE_ENDIAN=y
-CONFIG_CRIS=y
-# CONFIG_CRISV32 is not set
-LINUXTHREADS_OLD=y
-TARGET_ARCH="cris"
-TARGET_cris=y
-UCLIBC_HAS_FPU=y
-# UCLIBC_HAS_THREADS_NATIVE is not set