aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/mpfr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/mpfr.xml')
-rw-r--r--chapter08/mpfr.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter08/mpfr.xml b/chapter08/mpfr.xml
index 2d16053de..c9e7c1a7d 100644
--- a/chapter08/mpfr.xml
+++ b/chapter08/mpfr.xml
@@ -41,20 +41,6 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
- <!-- https://sympa.inria.fr/sympa/arc/mpfr/2023-01/msg00002.html
- https://gitlab.inria.fr/mpfr/mpfr/-/commit/5172494c
-
- Note that it's a different issue from Glibc #30068 we've fixed in
- chapter08/glibc.xml with a sed. Normally we just document the
- test failure, but in this case the particular subtest also serves
- as an additional guard against Glibc #30068. So we apply the
- upstream fix here. -->
- <para>Fix a test case based on a bug of old Glibc releases:</para>
-
-<screen><userinput remap="pre">sed -e 's/+01,234,567/+1,234,567 /' \
- -e 's/13.10Pd/13Pd/' \
- -i tests/tsprintf.c</userinput></screen>
-
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \