diff options
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8947ff0..074f95d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1212,6 +1212,14 @@ error message. All support for systems which have been obsoleted in one release of GCC is removed entirely in the next major release, unless someone steps forward to maintain the port. + +@item --enable-decimal-float +@itemx --disable-decimal-float +Enable (or disable) support for the C decimal floating point +extension. This is enabled by default only on PowerPC GNU/Linux +systems. Other systems may also support it, but require the user to +specifically enable it. + @end table @subheading Cross-Compiler-Specific Options |