we don't need libmudflap at all
authorImre Kaloz <kaloz@openwrt.org>
Fri, 8 Jun 2007 10:35:23 +0000 (10:35 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 8 Jun 2007 10:35:23 +0000 (10:35 +0000)
SVN-Revision: 7531

toolchain/gcc/Makefile

index d73580b5ca1e3baf8f464d4f96dca6456d862814..d0b6658143cbccf8c26e2e09589ae2c635395599 100644 (file)
@@ -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