From: Felix Fietkau Date: Tue, 22 Sep 2015 08:30:05 +0000 (+0000) Subject: gcc: use qstrip template to fix syntax highlighting X-Git-Tag: reboot~1930 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3d64edb024bee63d504632b23e034ace6690d9ef;p=openwrt%2Fstaging%2Fblogic.git gcc: use qstrip template to fix syntax highlighting Signed-off-by: Felix Fietkau SVN-Revision: 47023 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index cfc702cc2663..b33769ce5043 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -119,7 +119,7 @@ GCC_CONFIGURE:= \ $(SOFT_FLOAT_CONFIG_OPTION) \ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \ $(if $(CONFIG_mips64)$(CONFIG_mips64el),--with-arch=mips64 \ - --with-abi=$(subst ",,$(CONFIG_MIPS64_ABI))) \ + --with-abi=$(call qstrip,$(CONFIG_MIPS64_ABI))) \ --with-gmp=$(TOPDIR)/staging_dir/host \ --with-mpfr=$(TOPDIR)/staging_dir/host \ --with-mpc=$(TOPDIR)/staging_dir/host \