From: Nicolas Thill Date: Sun, 26 Aug 2007 13:00:27 +0000 (+0000) Subject: fix typo (closes: #2275) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5780bcb8db3577f30cae6705c55ab6de3e16a45c;p=15.05%2Fopenwrt.git fix typo (closes: #2275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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