Author: nbd Date: 2015-03-24 11:07:31 +0100 (Tue, 24 Mar 2015) New Revision: 44964
Removed: trunk/toolchain/uClibc/config-0.9.33.2/cris Modified: trunk/toolchain/kernel-headers/Makefile trunk/toolchain/uClibc/common.mk Log: toolchain: remove obsolete references to the cris architecture Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/kernel-headers/Makefile =================================================================== --- trunk/toolchain/kernel-headers/Makefile 2015-03-24 10:07:25 UTC (rev 44963) +++ trunk/toolchain/kernel-headers/Makefile 2015-03-24 10:07:31 UTC (rev 44964) @@ -62,15 +62,6 @@ 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 Modified: trunk/toolchain/uClibc/common.mk =================================================================== --- trunk/toolchain/uClibc/common.mk 2015-03-24 10:07:25 UTC (rev 44963) +++ trunk/toolchain/uClibc/common.mk 2015-03-24 10:07:31 UTC (rev 44964) @@ -33,7 +33,6 @@ -e 's/sh[234].*/sh/' \ -e 's/mips.*/mips/' \ -e 's/mipsel.*/mips/' \ - -e 's/cris.*/cris/' \ ) GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \ Deleted: trunk/toolchain/uClibc/config-0.9.33.2/cris =================================================================== --- trunk/toolchain/uClibc/config-0.9.33.2/cris 2015-03-24 10:07:25 UTC (rev 44963) +++ trunk/toolchain/uClibc/config-0.9.33.2/cris 2015-03-24 10:07:31 UTC (rev 44964) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
