Changes in / [aff530ed:0d8c2d6a]


Ignore:
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    raff530ed r0d8c2d6a  
    4242
    4343    <listitem>
    44       <para>2022-08-18</para>
    45       <itemizedlist>
    46         <listitem>
    47           <para>[xry111] - Remove libtool archive (.la) files in Chapter 5
    48           and 6 because those files are harmful for cross compilation.</para>
    49         </listitem>
    50       </itemizedlist>
    51     </listitem>
    52 
    53     <listitem>
    5444      <para>2022-08-11</para>
    5545      <itemizedlist>
  • chapter05/libstdc++.xml

    raff530ed r0d8c2d6a  
    122122<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    123123
    124     <para>Remove the libtool archive files because they are harmful for
    125     cross compilation:</para>
    126 
    127 <screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++,stdc++fs,supc++}.la</userinput></screen>
    128 
    129124  </sect2>
    130125
  • chapter06/binutils-pass2.xml

    raff530ed r0d8c2d6a  
    9999<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    100100
    101     <para>Remove the libtool archive files because they are harmful for
    102     cross compilation, and remove unnecessary static libraries:</para>
    103 
    104 <screen><userinput remap="install">rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.{a,la}</userinput></screen>
    105 
    106101  </sect2>
    107102
  • chapter06/file.xml

    raff530ed r0d8c2d6a  
    9191<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    9292
    93     <para>Remove the libtool archive file because it is harmful for cross
    94     compilation:</para>
    95 
    96 <screen><userinput remap="install">rm -v $LFS/usr/lib/libmagic.la</userinput></screen>
    97 
    9893  </sect2>
    9994
  • chapter06/xz.xml

    raff530ed r0d8c2d6a  
    6060<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    6161
    62     <para>Remove the libtool archive file because it is harmful for cross
    63     compilation:</para>
    64 
    65 <screen><userinput remap="install">rm -v $LFS/usr/lib/liblzma.la</userinput></screen>
    66 
    6762  </sect2>
    6863
Note: See TracChangeset for help on using the changeset viewer.