Author: nbd Date: 2015-09-22 10:30:05 +0200 (Tue, 22 Sep 2015) New Revision: 47023
Modified: trunk/toolchain/gcc/common.mk Log: gcc: use qstrip template to fix syntax highlighting Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/gcc/common.mk =================================================================== --- trunk/toolchain/gcc/common.mk 2015-09-21 21:15:41 UTC (rev 47022) +++ trunk/toolchain/gcc/common.mk 2015-09-22 08:30:05 UTC (rev 47023) @@ -119,7 +119,7 @@ $(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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
