mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
Disable multilib by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
15064b00d6
commit
ef9765bcc6
@ -59,6 +59,7 @@ define Stage1/Configure
|
|||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-libmudflap \
|
--disable-libmudflap \
|
||||||
|
--disable-multilib \
|
||||||
);
|
);
|
||||||
endef
|
endef
|
||||||
define Stage1/Compile
|
define Stage1/Compile
|
||||||
@ -89,6 +90,7 @@ define Stage2/Configure
|
|||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-libmudflap \
|
--disable-libmudflap \
|
||||||
|
--disable-mutlitlib \
|
||||||
);
|
);
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user