diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-23 16:08:09 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-23 16:08:09 +0000 | 
| commit | ef9765bcc6d2803291be14e7eb3892127f07cb3f (patch) | |
| tree | 61e6896ef55b2b5934027a5014959f09b3935cef | |
| parent | 15064b00d64b02707538f80097002e80b0bcf02a (diff) | |
Disable multilib by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | toolchain/gcc/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index bae9220f0..d784a6084 100644 --- a/toolchain/gcc/Makefile +++ b/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 | 
