]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
authorMatt Turner <mattst88@gmail.com>
Fri, 6 Apr 2012 08:28:56 +0000 (08:28 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 6 Apr 2012 08:28:56 +0000 (08:28 +0000)
gcc/
2012-04-04  Matt Turner  <mattst88@gmail.com>

* doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".

From-SVN: r186181

gcc/ChangeLog
gcc/doc/install.texi

index 62c20fff182add8eee20b1aabd3cb6cd680ff0ed..f76a89851b96b63de48c59f1a3d2bd12a597e84b 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-06  Matt Turner  <mattst88@gmail.com>
+
+       * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
+
 2012-03-29  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
index fc04c96aa0907e8ab005179ed6633b01ecc3c2eb..4ba2c877f0408eb2414921f9c67dfc8603e968e7 100644 (file)
@@ -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.