From 9ee0e52a5b3b2c5b60f8cda0e2bb45583bc6cede Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 24 Feb 2015 05:35:29 +0000 Subject: Add a fix to glibc for 32-bit architectures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') 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. + Fix is regression in the package that affects 32-bit architectures: + +sed -e '/ia32/s/^/1:/' \ + -e '/SSE2/s/^1://' \ + -i sysdeps/i386/i686/multiarch/mempcpy_chk.S + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf