diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-19 05:45:09 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-19 05:45:09 +0200 |
commit | e05a52a6efe88750f04d642c80baa30f373e718d (patch) | |
tree | 486de9332976d48467732f42408cf2f989db0a70 | |
parent | 08c33f79bcd2089d5f50c77b207998bf80c9e0c8 (diff) | |
parent | 33ca65cbb0a26273d53cd47030eb2a75e6905340 (diff) |
Automatic merge of trunk into multilib
-rw-r--r-- | chapter01/changelog.xml | 19 | ||||
-rw-r--r-- | chapter02/hostreqs.xml | 4 | ||||
-rw-r--r-- | chapter08/binutils.xml | 4 |
3 files changed, 24 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2af99a53..2e52f3c0c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,16 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2021-08-18</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Eliminate an instruction to remove a test + in bunutils that no longer fails.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-08-16</para> <itemizedlist> <listitem> @@ -54,6 +64,15 @@ </listitem> <listitem> + <para>2021-08-15</para> + <itemizedlist> + <listitem> + <para>[renodr] - LFS-11.0-rc1 released.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-08-14</para> <itemizedlist> <listitem> diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 9eac706a5..c125e1c5e 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -85,7 +85,9 @@ <para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para> <para>The reason for the kernel version requirement is that we specify - that version when building <application>glibc</application> in Chapter 6 + that version when building <application>glibc</application> in + <xref linkend="chapter-cross-tools"/> and + <xref linkend="chapter-building-system"/>, at the recommendation of the developers. It is also required by udev.</para> diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index b81dbb15f..b308ec0cd 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -68,12 +68,12 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl find -name \*.1 -delete</userinput></screen> - +<!-- <para>Now remove one test that prevents the tests from running to completion:</para> <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> - +--> <para>The Binutils documentation recommends building Binutils in a dedicated build directory:</para> |