diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index aa7a0f986..bd68a6075 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -68,6 +68,12 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para> + <para>Fix a regression in the package that affects 32-bit architectures:</para> + +<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \ + -e '/SSE2/s/^1://' \ + -i sysdeps/i386/i686/multiarch/mempcpy_chk.S</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> @@ -149,7 +155,7 @@ cd ../glibc-build</userinput></screen> --> <listitem> <para>Other tests known to fail on some architectures are - malloc/tst-malloc-usable and nptl/tst-cleanupx4. </para> + malloc/tst-malloc-usable and nptl/tst-cleanupx4. </para> </listitem> </itemizedlist> |