Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
toolchain: remove obsolete references to the cris architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44964 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Mar 24, 2015
1 parent 976059c commit 38d3066
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions toolchain/kernel-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion toolchain/uClibc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 0 additions & 8 deletions toolchain/uClibc/config-0.9.33.2/cris

This file was deleted.

0 comments on commit 38d3066

Please sign in to comment.