Changeset cae1770 for chapter06


Ignore:
Timestamp:
12/28/2014 11:02:19 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
063a4a0
Parents:
093c5ad9
Message:

Merged trunk.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r093c5ad9 rcae1770  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
    59 
    60     <para>Suppress the installation of an outdated
    61     <filename>standards.info</filename> file as a newer one is installed later
    62     on in the Autoconf instructions:</para>
    63 
    64 <screen><userinput remap="pre">rm -fv etc/standards.info
    65 sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
    66 
    67     <para>Add an upstream patch to use GCC's link time optimization (LTO)
    68     by default:</para>
    69 
    70 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
    71 
     59<!--
    7260    <para>Fix some LTO tests in the test suite:</para>
    7361
     
    7765
    7866<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen>
    79 
     67-->
    8068    <para>The Binutils documentation recommends building Binutils outside of the
    8169    source directory in a dedicated build directory:</para>
  • chapter06/glibc.xml

    r093c5ad9 rcae1770  
    118118
    119119      <listitem>
    120         <para>The <emphasis>tst/tst-cputimer1</emphasis> test has been known to
     120        <para>The <emphasis>tst/tst-cputimer1</emphasis> and
     121        <emphasis>rt/tst-cpuclock2</emphasis> tests have been known to
    121122        fail.  The reason is not completely understood, but indications are
    122         that minor timing issues can trigger this failure.</para>
     123        that minor timing issues can trigger these failures.</para>
    123124      </listitem>
    124125
  • chapter06/iproute2.xml

    r093c5ad9 rcae1770  
    8989        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9090        and tc</seg>
    91         <seg>/etc/iproute2, /lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
     91        <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
    9292        /usr/lib/tc</seg>
    9393      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.