diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-06 08:22:54 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-06 08:22:54 +0000 |
commit | f97942ad0f5ae8a1b6a7f728a32fc1b6db5a319b (patch) | |
tree | 7024f7bc1600152bf5d6b51d468a184447dac87d /gcc/doc/install.texi | |
parent | 2688e10b368e82548edd3c0f1b67fb92c49d891c (diff) | |
download | gcc-f97942ad0f5ae8a1b6a7f728a32fc1b6db5a319b.tar.gz |
gcc/
2012-04-04 Matt Turner <mattst88@gmail.com>
* doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | 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 41dbf445c86..6da6c094751 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. |