cpmac: fix race condition (closes #3019)
[openwrt.git] / toolchain / gcc / Makefile
index bae9220..a1d1baa 100644 (file)
@@ -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
 
This page took 0.019219 seconds and 4 git commands to generate.