]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
INSTALL: regenerate
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 25 Jun 2024 07:05:20 +0000 (09:05 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 25 Jun 2024 07:05:20 +0000 (09:05 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
INSTALL

diff --git a/INSTALL b/INSTALL
index 449b3650fa9428b92aa28d24086a63435ad1d5f5..208ec98d4b9aac3074cbf644102b5800a71eacd4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -475,11 +475,12 @@ build the GNU C Library:
 
      For PowerPC 64-bits little-endian (powerpc64le), a GCC version with
      support for '-mno-gnu-attribute', '-mabi=ieeelongdouble', and
-     '-mabi=ibmlondouble' is required.  Likewise, the compiler must also
-     support passing '-mlong-double-128' with the preceding options.  As
-     of release, this implies GCC 7.4 and newer (excepting GCC 7.5.0,
-     see GCC PR94200).  These additional features are required for
-     building the GNU C Library with support for IEEE long double.
+     '-mabi=ibmlongdouble' is required.  Likewise, the compiler must
+     also support passing '-mlong-double-128' with the preceding
+     options.  As of release, this implies GCC 7.4 and newer (excepting
+     GCC 7.5.0, see GCC PR94200).  These additional features are
+     required for building the GNU C Library with support for IEEE long
+     double.
 
      For ARC architecture builds, GCC 8.3 or higher is needed.