Browse Source

fix typo (closes: #2275)

SVN-Revision: 8492
Nicolas Thill 18 years ago
parent
commit
bf392a7fc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gcc/Makefile

+ 1 - 1
toolchain/gcc/Makefile

@@ -90,7 +90,7 @@ define Stage2/Configure
 		--with-gnu-ld \
 		--disable-nls \
 		--disable-libmudflap \
-		--disable-mutlitlib \
+		--disable-multilib \
 	);
 endef