diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-12-27 19:31:07 +0100 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-12-30 17:03:36 +0100 |
| commit | 0feb6da94c435a81699bfeacdc84150098f64025 (patch) | |
| tree | 496f5acb9ebb980cc009d1861786734a9adf953a /manual | |
| parent | 29531b122cbd2502d5434f20a072177b224fa292 (diff) | |
| download | glibc-0feb6da94c435a81699bfeacdc84150098f64025.tar.xz glibc-0feb6da94c435a81699bfeacdc84150098f64025.zip | |
INSTALL, NEWS: Document requirement of gawk with MPFR support
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index 05a774b33b..b5292a976a 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -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 |
