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:
e384acd
)
Disable multilib by default
author
Florian Fainelli
<florian@openwrt.org>
Thu, 23 Aug 2007 16:08:09 +0000
(16:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 23 Aug 2007 16:08:09 +0000
(16:08 +0000)
SVN-Revision: 8471
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index bae9220f0c220821101e6e6a0e13d72bc4b71a31..d784a6084c229129a2fb5b78bc44d08b1d7e5b3e 100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-59,6
+59,7
@@
define Stage1/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
+ --disable-multilib \
);
endef
define Stage1/Compile
@@
-89,6
+90,7
@@
define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
+ --disable-mutlitlib \
);
endef