projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e47314
)
fix typo (closes: #2275)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 26 Aug 2007 13:00:27 +0000
(13:00 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 26 Aug 2007 13:00:27 +0000
(13:00 +0000)
SVN-Revision: 8492
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index d784a6084c229129a2fb5b78bc44d08b1d7e5b3e..2c865246641b78ae6bcd6ff8fdfb4dbead9c1608 100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-90,7
+90,7
@@
define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
- --disable-mu
tlit
lib \
+ --disable-mu
lti
lib \
);
endef