]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
INSTALL, NEWS: Document requirement of gawk with MPFR support
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 27 Dec 2024 18:31:07 +0000 (19:31 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 30 Dec 2024 16:03:36 +0000 (17:03 +0100)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
INSTALL
NEWS
manual/install.texi

diff --git a/INSTALL b/INSTALL
index 717b34a374f82d3d6f9356526c0c88e014200dec..7e8dcbb0891a99c5cd0e2411df235c0741809262 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -559,6 +559,10 @@ build the GNU C Library:
      version 5.3.0 is the newest verified to work to build the GNU C
      Library.
 
+     Testing the GNU C Library requires 'gawk' to be compiled with
+     support for high precision arithmetic via the 'MPFR'
+     multiple-precision floating-point computation library.
+
    * GNU 'bison' 2.7 or later
 
      'bison' is used to generate the 'yacc' parser code in the 'intl'
diff --git a/NEWS b/NEWS
index ee426015512bd8df96751470f94328735c9178d5..4cb307fd0286cbbb9a8eb5fedb62acb75a1984af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,9 @@ Changes to build and runtime requirements:
   act as a "shall occur" cancellation point, in which case it might
   not issue a syscall or trigger a deferred cancellation event.
 
+* Testing the GNU C Library requires GNU awk to be compiled with support for
+  high precision arithmetic via the MPFR library.
+
 Security related changes:
 
 The following CVEs were fixed in this release, details of which can be
index 05a774b33b1528d020cf19241e9bac8cec93af86..b5292a976af2e9130097d064fa42c400231e4495 100644 (file)
@@ -602,6 +602,10 @@ function, which was introduced in version 3.1.2 of @code{gawk}.
 As of release time, @code{gawk} version 5.3.0 is the newest verified
 to work to build @theglibc{}.
 
+Testing the GNU C Library requires @code{gawk} to be compiled with
+support for high precision arithmetic via the @code{MPFR}
+multiple-precision floating-point computation library.
+
 @item
 GNU @code{bison} 2.7 or later