fix the route to the pptp server when using pptp as wan interface
[openwrt.git] / toolchain / gcc / Makefile
index d784a60..a1d1baa 100644 (file)
@@ -60,6 +60,8 @@ define Stage1/Configure
                --disable-nls \
                --disable-libmudflap \
                --disable-multilib \
+               $(SOFT_FLOAT_CONFIG_OPTION) \
+               $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
        );
 endef
 define Stage1/Compile
@@ -90,7 +92,9 @@ define Stage2/Configure
                --with-gnu-ld \
                --disable-nls \
                --disable-libmudflap \
-               --disable-mutlitlib \
+               --disable-multilib \
+               $(SOFT_FLOAT_CONFIG_OPTION) \
+               $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
        );
 endef
 
This page took 0.024973 seconds and 4 git commands to generate.