X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/edc76f93c20e4ed2e76230d163dadda7aeb00927..e26885959625ed5b5ca5fb5517781296c465d0b5:/toolchain/gcc/Makefile diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index bae9220f0..a1d1baa40 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -59,6 +59,9 @@ define Stage1/Configure --with-gnu-ld \ --disable-nls \ --disable-libmudflap \ + --disable-multilib \ + $(SOFT_FLOAT_CONFIG_OPTION) \ + $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \ ); endef define Stage1/Compile @@ -89,6 +92,9 @@ define Stage2/Configure --with-gnu-ld \ --disable-nls \ --disable-libmudflap \ + --disable-multilib \ + $(SOFT_FLOAT_CONFIG_OPTION) \ + $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \ ); endef