Changeset e05a52a


Ignore:
Timestamp:
08/19/2021 03:45:09 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
c397cd1
Parents:
08c33f7 (diff), 33ca65c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r08c33f7 re05a52a  
    4646    -->
    4747    <listitem>
     48      <para>2021-08-18</para>
     49      <itemizedlist>
     50        <listitem>
     51           <para>[bdubbs] - Eliminate an instruction to remove a test
     52           in bunutils that no longer fails.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>2021-08-16</para>
    4959      <itemizedlist>
     
    5464    </listitem>
    5565
     66    <listitem>
     67      <para>2021-08-15</para>
     68      <itemizedlist>
     69        <listitem>
     70          <para>[renodr] - LFS-11.0-rc1 released.</para>
     71        </listitem>
     72      </itemizedlist>
     73    </listitem>
     74   
    5675    <listitem>
    5776      <para>2021-08-14</para>
  • chapter02/hostreqs.xml

    r08c33f7 re05a52a  
    8686
    8787      <para>The reason for the kernel version requirement is that we specify
    88       that version when building <application>glibc</application> in Chapter&nbsp;6
     88      that version when building <application>glibc</application> in
     89      <xref linkend="chapter-cross-tools"/> and
     90      <xref linkend="chapter-building-system"/>,
    8991      at the recommendation of the developers.  It is also required by
    9092      udev.</para>
  • chapter08/binutils.xml

    r08c33f7 re05a52a  
    6969<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
    7070find -name \*.1 -delete</userinput></screen>
    71 
     71<!--
    7272    <para>Now remove one test that prevents the tests from running
    7373    to completion:</para>
    7474
    7575<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
    76 
     76-->
    7777    <para>The Binutils documentation recommends building Binutils
    7878    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.