From 55b9f8f5dd087dc2b9d2b100a1ab73bae03d5e6f Mon Sep 17 00:00:00 2001 From: nico 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/Makefile') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index d784a6084..2c8652466 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