From 5780bcb8db3577f30cae6705c55ab6de3e16a45c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 26 Aug 2007 13:00:27 +0000 Subject: fix typo (closes: #2275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') 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 -- cgit v1.2.3