Disable multilib by default
SVN-Revision: 8471
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user