From bf392a7fc09b7c425f86d8ece4f3c72d4a956d45 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 26 Aug 2007 13:00:27 +0000 Subject: [PATCH] fix typo (closes: #2275) SVN-Revision: 8492 --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2