summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-23 16:08:09 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-23 16:08:09 +0000
commitef9765bcc6d2803291be14e7eb3892127f07cb3f (patch)
tree61e6896ef55b2b5934027a5014959f09b3935cef /toolchain
parent15064b00d64b02707538f80097002e80b0bcf02a (diff)
Disable multilib by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index bae9220f0..d784a6084 100644
--- 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