Changeset fee272f


Ignore:
Timestamp:
08/29/2013 02:11:12 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Parents:
70cd9f32
Message:

Create a test branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/test@10329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r70cd9f32 rfee272f  
    5252  su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
    5353fi</userinput></screen>
     54
     55    <para>An upstream change needs to be reverted:</para>
     56
     57<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &amp;/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen>
    5458
    5559    <para>The Glibc documentation recommends building Glibc outside of the source
     
    221225  </caution>
    222226
    223   <note><para>Building Binutils in the next section will serve as an additional check that
    224   the toolchain has been built properly. If Binutils fails to build, it is an
    225   indication that something has gone wrong with the previous Binutils, GCC, or Glibc
    226   installations.</para></note>
     227  <note><para>Building Binutils in the section after next will serve as an
     228  additional check that the toolchain has been built properly. If Binutils
     229  fails to build, it is an indication that something has gone wrong with the
     230  previous Binutils, GCC, or Glibc installations.</para></note>
    227231
    228232  </sect2>
  • chapter06/glibc.xml

    r70cd9f32 rfee272f  
    6161    Glibc autoconf tests would give false results and defeat the goal
    6262    of achieving a clean build.</para>
     63
     64    <para>An upstream change needs to be reverted:</para>
     65
     66<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &amp;/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen>
    6367
    6468    <para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.