aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-25 09:05:20 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-25 09:05:20 +0200
commit17a293c5fab878a0b59e31047f49833f156bdeef (patch)
tree3ae69837d265a7f23a63def81432c6407d43f689 /INSTALL
parentd32c34242571d5c2a9c61bbd43926b774e15b80c (diff)
downloadglibc-17a293c5fab878a0b59e31047f49833f156bdeef.zip
glibc-17a293c5fab878a0b59e31047f49833f156bdeef.tar.gz
glibc-17a293c5fab878a0b59e31047f49833f156bdeef.tar.bz2
INSTALL: regenerate
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 449b365..208ec98 100644
--- 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.