2012-04-04 Matt Turner <matts...@gmail.com> gcc/ * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". --- Still waiting on copyright assignment, but I think this doc patch is trivial enough to be committed without it.
gcc/doc/install.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 41dbf44..6da6c09 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1238,7 +1238,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. -- 1.7.3.4