1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-03 12:11:17 +03:00

INSTALL: regenerate

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-06-25 09:05:20 +02:00
parent d32c342425
commit 17a293c5fa

11
INSTALL
View File

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