aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-26 13:00:27 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-26 13:00:27 +0000
commitbf392a7fc09b7c425f86d8ece4f3c72d4a956d45 (patch)
tree546560b26d18221ba329a899f1ce3e400b16a59c /toolchain
parent3e47314ccb67c09b85b13a57a36271f7638fd8b4 (diff)
downloadupstream-bf392a7fc09b7c425f86d8ece4f3c72d4a956d45.tar.gz
upstream-bf392a7fc09b7c425f86d8ece4f3c72d4a956d45.tar.bz2
upstream-bf392a7fc09b7c425f86d8ece4f3c72d4a956d45.zip
fix typo (closes: #2275)
SVN-Revision: 8492
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index d784a6084c..2c86524664 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -90,7 +90,7 @@ define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
- --disable-mutlitlib \
+ --disable-multilib \
);
endef