From a1a5f59ea358fc35805f003466c98f08f5299e9d 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 SVN-Revision: 37770 --- toolchain/uClibc/common.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolchain/uClibc') 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