Browse Source

Disable multilib by default

SVN-Revision: 8471
Florian Fainelli 18 years ago
parent
commit
e955458388
1 changed files with 2 additions and 0 deletions
  1. 2 0
      toolchain/gcc/Makefile

+ 2 - 0
toolchain/gcc/Makefile

@@ -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