summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-23 16:08:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-23 16:08:09 +0000
commite955458388a9fd2ca6e48c4bd48a12ff84d24478 (patch)
tree82edc0b9d9c18783cf72d79e714e6a2f193daecb
parente384acd55d2d4975b72791a0c8df2a5d49a7b731 (diff)
downloadopenwrt-e955458388a9fd2ca6e48c4bd48a12ff84d24478.tar.gz
openwrt-e955458388a9fd2ca6e48c4bd48a12ff84d24478.tar.bz2
openwrt-e955458388a9fd2ca6e48c4bd48a12ff84d24478.zip
Disable multilib by default
SVN-Revision: 8471
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index bae9220f0c..d784a6084c 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