X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ef9765bcc6d2803291be14e7eb3892127f07cb3f..6f418404fee3b854e62ee5da2aa532ea4bcdeab6:/toolchain/gcc/Makefile?ds=sidebyside diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index d784a6084..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 @@ -90,7 +91,8 @@ define Stage2/Configure --with-gnu-ld \ --disable-nls \ --disable-libmudflap \ - --disable-mutlitlib \ + --disable-multilib \ + $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \ ); endef