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 d73580b5c..d0b665814 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -69,6 +69,7 @@ define Stage1/Configure  		--enable-target-optspace \  		--with-gnu-ld \  		--disable-nls \ +		--disable-libmudflap \  	);  endef  define Stage1/Compile @@ -98,6 +99,7 @@ define Stage2/Configure  		--enable-target-optspace \  		--with-gnu-ld \  		--disable-nls \ +		--disable-libmudflap \  	);  endef  define Stage2/Compile | 
