diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a16ff6c58..3f87248c9 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 is 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> |