| Submitter | Matt Turner |
|---|---|
| Date | April 4, 2012, 6:34 p.m. |
| Message ID | <1333564471-26801-2-git-send-email-mattst88@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/150782/ |
| State | New |
| Headers | show |
Comments
Matt Turner <mattst88@gmail.com> writes: > 2012-04-04 Matt Turner <mattst88@gmail.com> > > gcc/ > * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". Thanks, applied to trunk, 4.7, 4.6 and 4.5. Richard
Patch
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.