Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2022-08-20 05:45:09 +02:00
commit c84195d1f8
5 changed files with 30 additions and 0 deletions

View File

@ -40,6 +40,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<para>2022-08-18</para>
<itemizedlist>
<listitem>
<para>[xry111] - Remove libtool archive (.la) files in Chapter 5
and 6 because those files are harmful for cross compilation.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2022-08-11</para>
<itemizedlist>

View File

@ -136,6 +136,11 @@ cd build</userinput></screen>
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
<para>Remove the libtool archive files because they are harmful for
cross compilation:</para>
<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++,stdc++fs,supc++}.la</userinput></screen>
</sect2>
<sect2 role="content">

View File

@ -115,6 +115,11 @@ cd build</userinput></screen>
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
<para>Remove the libtool archive files because they are harmful for
cross compilation, and remove unnecessary static libraries:</para>
<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.{a,la}</userinput></screen>
</sect2>
<sect2 role="content">

View File

@ -90,6 +90,11 @@ popd</userinput></screen>
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
<para>Remove the libtool archive file because it is harmful for cross
compilation:</para>
<screen><userinput remap="install">rm -v $LFS/usr/lib/libmagic.la</userinput></screen>
</sect2>
<sect2 role="content">

View File

@ -59,6 +59,11 @@
<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
<para>Remove the libtool archive file because it is harmful for cross
compilation:</para>
<screen><userinput remap="install">rm -v $LFS/usr/lib/liblzma.la</userinput></screen>
</sect2>
<sect2 role="content">