Ignore:
Timestamp:
10/21/2013 08:43:55 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f2a5108
Parents:
c34291a
Message:

Merge latest trunk updates to systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rc34291a ra3af16f  
    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>
     58
     59    <para>Allow Glibc to be built using Make-&make-version;:</para>
     60
     61<screen><userinput remap="pre">sed -r -i 's/(3..89..)/\1 | 4.*/' configure</userinput></screen>
    5462
    5563    <para>The Glibc documentation recommends building Glibc outside of the source
     
    8189      --build=$(../glibc-&glibc-version;/scripts/config.guess) \
    8290      --disable-profile                             \
    83       --enable-kernel=2.6.25                        \
     91      --enable-kernel=&min-kernel;                        \
    8492      --with-headers=/tools/include                 \
    8593      libc_cv_forced_unwind=yes                     \
     
    108116
    109117      <varlistentry>
    110         <term><parameter>--enable-kernel=2.6.25</parameter></term>
     118        <term><parameter>--enable-kernel=&min-kernel;</parameter></term>
    111119        <listitem>
    112120          <para>This tells Glibc to compile the library with support
    113           for 2.6.25 and later Linux kernels.  Workarounds for older
     121          for &min-kernel; and later Linux kernels.  Workarounds for older
    114122          kernels are not enabled.</para>
    115123        </listitem>
     
    221229  </caution>
    222230
    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>
     231  <note><para>Building Binutils in the section after next will serve as an
     232  additional check that the toolchain has been built properly. If Binutils
     233  fails to build, it is an indication that something has gone wrong with the
     234  previous Binutils, GCC, or Glibc installations.</para></note>
    227235
    228236  </sect2>
Note: See TracChangeset for help on using the changeset viewer.