Changeset e05a52a
- Timestamp:
- 08/19/2021 03:45:09 AM (22 months ago)
- 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. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r08c33f7 re05a52a 46 46 --> 47 47 <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> 48 58 <para>2021-08-16</para> 49 59 <itemizedlist> … … 54 64 </listitem> 55 65 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 56 75 <listitem> 57 76 <para>2021-08-14</para> -
chapter02/hostreqs.xml
r08c33f7 re05a52a 86 86 87 87 <para>The reason for the kernel version requirement is that we specify 88 that version when building <application>glibc</application> in Chapter 6 88 that version when building <application>glibc</application> in 89 <xref linkend="chapter-cross-tools"/> and 90 <xref linkend="chapter-building-system"/>, 89 91 at the recommendation of the developers. It is also required by 90 92 udev.</para> -
chapter08/binutils.xml
r08c33f7 re05a52a 69 69 <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl 70 70 find -name \*.1 -delete</userinput></screen> 71 71 <!-- 72 72 <para>Now remove one test that prevents the tests from running 73 73 to completion:</para> 74 74 75 75 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> 76 76 --> 77 77 <para>The Binutils documentation recommends building Binutils 78 78 in a dedicated build directory:</para>
Note:
See TracChangeset
for help on using the changeset viewer.