diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:35:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:35:23 +0000 |
commit | 272253c061b99c6f5417a22a05752d687e716e50 (patch) | |
tree | 9985f23b5fdfd7017767a65e2c859ced69f0f7ed /toolchain/gcc | |
parent | d97355e6f35d9900b9e9907abf73053c46a367c3 (diff) | |
download | upstream-272253c061b99c6f5417a22a05752d687e716e50.tar.gz upstream-272253c061b99c6f5417a22a05752d687e716e50.tar.bz2 upstream-272253c061b99c6f5417a22a05752d687e716e50.zip |
we don't need libmudflap at all
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-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 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 |