rules.mk: use qstrip to reduce syntax highlighting issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37225
v19.07.3_mercusys_ac12_duma
Felix Fietkau 11 years ago
parent f98f69adc9
commit e3a28f415b

@ -81,7 +81,7 @@ ifdef CONFIG_HAS_SPE_FPU
endif
ifdef CONFIG_MIPS64_ABI
ifneq ($(CONFIG_MIPS64_ABI_O32),y)
ARCH_SUFFIX:=$(ARCH_SUFFIX)_$(subst ",,$(CONFIG_MIPS64_ABI))
ARCH_SUFFIX:=$(ARCH_SUFFIX)_$(call qstrip,$(CONFIG_MIPS64_ABI))
endif
endif

Loading…
Cancel
Save