From 7ad15e6631bf7ef46c4b1a0ec751f364058f049a 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