mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 14:43:30 +00:00
toolchain: remove obsolete references to the cris architecture
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44964
This commit is contained in:
parent
512066dba4
commit
793a451584
@ -62,15 +62,6 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
|
|||||||
endef
|
endef
|
||||||
endif
|
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
|
define Host/Configure/post/mips
|
||||||
$(call Host/Configure/lzma)
|
$(call Host/Configure/lzma)
|
||||||
endef
|
endef
|
||||||
|
@ -33,7 +33,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
|
|||||||
-e 's/sh[234].*/sh/' \
|
-e 's/sh[234].*/sh/' \
|
||||||
-e 's/mips.*/mips/' \
|
-e 's/mips.*/mips/' \
|
||||||
-e 's/mipsel.*/mips/' \
|
-e 's/mipsel.*/mips/' \
|
||||||
-e 's/cris.*/cris/' \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \
|
GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user