From: Matt Turner Date: Fri, 6 Apr 2012 08:28:56 +0000 (+0000) Subject: install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". X-Git-Tag: releases/gcc-4.6.4~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60adb2d0d4d9c6887a1a72ba42a76a6c8313bd74;p=thirdparty%2Fgcc.git install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". gcc/ 2012-04-04 Matt Turner * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". From-SVN: r186181 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62c20fff182a..f76a89851b96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-06 Matt Turner + + * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". + 2012-03-29 Uros Bizjak * config/i386/sse.md (avx_hv4df3): Fix results diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fc04c96aa090..4ba2c877f040 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1208,7 +1208,7 @@ Division by zero checks use the break instruction. @item --with-llsc On MIPS targets, make @option{-mllsc} the default when no -@option{-mno-lsc} option is passed. This is the default for +@option{-mno-llsc} option is passed. This is the default for Linux-based targets, as the kernel will emulate them if the ISA does not provide them.