diff options
author | Georg-Johann Lay <gjl@gcc.gnu.org> | 2020-01-08 13:43:27 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2020-01-08 13:43:27 +0000 |
commit | d672c0afbb6c41ddf89b17fc78304f712e3d9db4 (patch) | |
tree | b60a824ed60c0ae273e9def97415f67f6202ed2d | |
parent | f74c4b2c4427a4309d48bfc45bc140422a75aa6f (diff) | |
download | gcc-d672c0afbb6c41ddf89b17fc78304f712e3d9db4.zip gcc-d672c0afbb6c41ddf89b17fc78304f712e3d9db4.tar.gz gcc-d672c0afbb6c41ddf89b17fc78304f712e3d9db4.tar.bz2 |
* gcc/doc/install.texi: Typo.
From-SVN: r280002
-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 9001217..e62b3da 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2322,7 +2322,7 @@ multilibs for @samp{double}, whereas the second option implies that @samp{long double} --- and hence also @samp{double} --- is always 32@tie{}bits wide. -@item --with-double-comparison=@{tristate|3|bool|2|libf7@} +@item --with-double-comparison=@{tristate|bool|libf7@} Only supported for the AVR target since version@tie{}10. Specify what result format is returned by library functions that compare 64-bit floating point values (@code{DFmode}). |