mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-18 09:22:34 +00:00
Disable multilib by default
SVN-Revision: 8471
This commit is contained in:
parent
e384acd55d
commit
e955458388
@ -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