aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-30 14:37:31 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-30 14:37:31 +0000
commit20dd3342f7a9b550c6ce567f0fd4ed96c70c6fbe (patch)
tree308ce24f164bdddc6b4be32547fbe5fe1889da81 /chapter06
parent70cd9f32c7262973ff403182978a28195a352f37 (diff)
Fix an upstream problem in glibc
Update to linix-3.10.10 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 485f0d7d4..45102933e 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -61,6 +61,11 @@
Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.</para>
+ <para>An upstream change needs to be reverted:</para>
+
+<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &amp;/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen>
+
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>