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 | 4374b417931687cc5ced776b92c69aa1f961246e (patch) | |
tree | 4921e9e54c566abb6a3d8275821ae831e8c6b841 /toolchain/gcc/Makefile | |
parent | c46cedd560b82f256480fe5e83ca887ab044d95c (diff) | |
download | upstream-4374b417931687cc5ced776b92c69aa1f961246e.tar.gz upstream-4374b417931687cc5ced776b92c69aa1f961246e.tar.bz2 upstream-4374b417931687cc5ced776b92c69aa1f961246e.zip |
we don't need libmudflap at all
SVN-Revision: 7531
Diffstat (limited to 'toolchain/gcc/Makefile')
-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 |