From: kaloz Date: Fri, 8 Jun 2007 10:35:23 +0000 (+0000) Subject: we don't need libmudflap at all X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=7067099c14d67d0f5287b0f253f5544783a6cb6b;hp=0b3d2e2102a62b9e186552bb3aa1dbb4c62af1e3 we don't need libmudflap at all git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7531 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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