From 4374b417931687cc5ced776b92c69aa1f961246e Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 8 Jun 2007 10:35:23 +0000 Subject: we don't need libmudflap at all SVN-Revision: 7531 --- toolchain/gcc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index d73580b5ca..d0b6658143 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 -- cgit v1.2.3