瀏覽代碼

Create a test branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/test@10329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 12 年之前
父節點
當前提交
fee272fee8
共有 2 個文件被更改,包括 12 次插入4 次删除
  1. 8 4
      chapter05/glibc.xml
  2. 4 0
      chapter06/glibc.xml

+ 8 - 4
chapter05/glibc.xml

@@ -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 &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>
 
@@ -220,10 +224,10 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
 
   </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>
 

+ 4 - 0
chapter06/glibc.xml

@@ -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 &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>