Author: bdubbs
Date: Wed Aug 28 19:11:12 2013
New Revision: 10329
Log:
Create a test branch
Added:
branches/test/
- copied from r10328, trunk/BOOK/
Modified:
branches/test/chapter05/glibc.xml
branches/test/chapter06/glibc.xml
Modified: branches/test/chapter05/glibc.xml
==============================================================================
--- trunk/BOOK/chapter05/glibc.xml Thu Aug 22 08:17:25 2013 (r10328)
+++ branches/test/chapter05/glibc.xml Wed Aug 28 19:11:12 2013 (r10329)
@@ -52,6 +52,10 @@
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
fi</userinput></screen>
+ <para>An upstream change needs to be reverted:</para>
+
+<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &/'
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>
@@ -220,10 +224,10 @@
</caution>
- <note><para>Building Binutils in the next section will serve as an
additional check that
- the toolchain has been built properly. If Binutils fails to build, it is an
- indication that something has gone wrong with the previous Binutils, GCC, or
Glibc
- installations.</para></note>
+ <note><para>Building Binutils in the section after next will serve as an
+ additional check that the toolchain has been built properly. If Binutils
+ fails to build, it is an indication that something has gone wrong with the
+ previous Binutils, GCC, or Glibc installations.</para></note>
</sect2>
Modified: branches/test/chapter06/glibc.xml
==============================================================================
--- trunk/BOOK/chapter06/glibc.xml Thu Aug 22 08:17:25 2013 (r10328)
+++ branches/test/chapter06/glibc.xml Wed Aug 28 19:11:12 2013 (r10329)
@@ -61,6 +61,10 @@
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 &/'
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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page