diff options
Diffstat (limited to 'toolchain')
| -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 | 
