X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/55b9f8f5dd087dc2b9d2b100a1ab73bae03d5e6f..cf536445de64d5ed6a2e949483533a638c1a642f:/toolchain/gcc/Makefile?ds=sidebyside

diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 2c8652466..59f837270 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -60,6 +60,7 @@ define Stage1/Configure
 		--disable-nls \
 		--disable-libmudflap \
 		--disable-multilib \
+		$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
 	);
 endef
 define Stage1/Compile
@@ -91,6 +92,7 @@ define Stage2/Configure
 		--disable-nls \
 		--disable-libmudflap \
 		--disable-multilib \
+		$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
 	);
 endef