From: florian Date: Fri, 5 Apr 2013 12:35:56 +0000 (+0000) Subject: rules.mk: MIPS16 builds get a different toolchain X-Git-Tag: fast2504n-3.10.28-merged~2917 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=65eb3b951b9cad83e142f30b3aead9fca973cdb8;p=openwrt.git rules.mk: MIPS16 builds get a different toolchain To be safe, build "m16" into the toolchain and target architecture the same way mips32r2 does: target-mips_r2_m16_uClibc-0.9.33.2 toolchain-mips_r2_m16_gcc-4.6-linaro_uClibc-0.9.33.2 Signed-off-by: Jay Carlson Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36198 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index ae7a8407e3..59ab50b922 100644 --- a/rules.mk +++ b/rules.mk @@ -65,6 +65,7 @@ ifneq ($(filter -mips%r2,$(TARGET_OPTIMIZATION)),) endif ifneq ($(findstring -mips16,$(TARGET_OPTIMIZATION)),) TARGET_ASFLAGS_OVERRIDE:=-mno-mips16 + ARCH_SUFFIX:= $(ARCH_SUFFIX)_m16 endif ifdef CONFIG_HAS_SPE_FPU TARGET_SUFFIX:=$(TARGET_SUFFIX)spe