projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46cedd
)
we don't need libmudflap at all
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 8 Jun 2007 10:35:23 +0000
(10:35 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 8 Jun 2007 10:35:23 +0000
(10:35 +0000)
SVN-Revision: 7531
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index d73580b5ca1e3baf8f464d4f96dca6456d862814..d0b6658143cbccf8c26e2e09589ae2c635395599 100644
(file)
--- 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