1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

Disable multilib by default

SVN-Revision: 8471
This commit is contained in:
Florian Fainelli 2007-08-23 16:08:09 +00:00
parent e384acd55d
commit e955458388

@ -59,6 +59,7 @@ define Stage1/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
--disable-multilib \
);
endef
define Stage1/Compile
@ -89,6 +90,7 @@ define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
--disable-mutlitlib \
);
endef