]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Remove misleading text about multilibs for IEEE long double
authorJonathan Wakely <jwakely@redhat.com>
Thu, 28 Apr 2022 09:30:58 +0000 (10:30 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 28 Apr 2022 09:41:29 +0000 (10:41 +0100)
The choice of ieee or ibm long double format is orthogonal to multilibs,
as the two sets of symbols co-exist and don't need a separate multilib.

gcc/ChangeLog:

* doc/install.texi (Configuration): Remove misleading text
around LE PowerPC Linux multilibs.

gcc/doc/install.texi

index 3192824bdc4a93f448ace5294d81e87cc9003b31..10bfceffcebc1a196a39a57d5ab4ae41b2518b60 100644 (file)
@@ -2139,17 +2139,6 @@ Until all of the libraries are converted to use IEEE 128-bit floating
 point, it is not recommended to use
 @option{--with-long-double-format=ieee}.
 
-On little endian PowerPC Linux systems, if you explicitly set the
-@code{long double} type, it will build multilibs to allow you to
-select either @code{long double} format, unless you disable multilibs
-with the @code{--disable-multilib} option.  At present,
-@code{long double} multilibs are not built on big endian PowerPC Linux
-systems.  If you are building multilibs, you will need to configure
-the compiler using the @option{--with-system-zlib} option.
-
-If you do not set the @code{long double} type explicitly, no multilibs
-will be generated.
-
 @item --enable-fdpic
 On SH Linux systems, generate ELF FDPIC code.