toolchain: remove obsolete references to the cris architecture

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44964 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2015-03-24 10:07:31 +00:00
parent a9f7a1e124
commit 67829ffd18
3 changed files with 0 additions and 18 deletions

View 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