projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50dd0a6
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
bae9220
..
d784a60
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