Changeset aff530ed for chapter06


Ignore:
Timestamp:
08/19/2022 04:48:37 AM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
9023df4
Parents:
0d8c2d6a (diff), 6099a471 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r0d8c2d6a raff530ed  
    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
    101106  </sect2>
    102107
  • chapter06/file.xml

    r0d8c2d6a raff530ed  
    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
    9398  </sect2>
    9499
  • chapter06/xz.xml

    r0d8c2d6a raff530ed  
    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
    6267  </sect2>
    6368
Note: See TracChangeset for help on using the changeset viewer.