From: nico 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=55b9f8f5dd087dc2b9d2b100a1ab73bae03d5e6f;p=openwrt.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