From 64584aa1fcecfa733e4ef83d294280bce9f2922b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 14 Aug 2013 13:02:29 +0000 Subject: build: decouple the mips16 support flag from the toolchain Add the flags from package.mk instead, and leave libc and gcc unaffected. Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37770 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/common.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolchain') diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk index f0a5b3d84f..69ac470b02 100644 --- a/toolchain/uClibc/common.mk +++ b/toolchain/uClibc/common.mk @@ -45,8 +45,6 @@ GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \ $(if $(CONFIG_MIPS64_ABI),.$(subst ",,$(CONFIG_MIPS64_ABI)), \ $(if $(CONFIG_HAS_SPE_FPU),$(if $(wildcard $(CONFIG_DIR)/$(ARCH).e500),.e500))))) -TARGET_CFLAGS := $(filter-out -mips16,$(TARGET_CFLAGS)) - CPU_CFLAGS = \ -funsigned-char -fno-builtin -fno-asm \ --std=gnu99 -ffunction-sections -fdata-sections \ -- cgit v1.2.3