Changeset 6099a471
- Timestamp:
- 08/19/2022 04:41:48 AM (2 years ago)
- Branches:
- 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- aff530ed, c84195d, f2af13d
- Parents:
- d94f2d0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd94f2d0 r6099a471 42 42 43 43 <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> 44 54 <para>2022-08-11</para> 45 55 <itemizedlist> -
chapter05/libstdc++.xml
rd94f2d0 r6099a471 122 122 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 123 123 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 124 129 </sect2> 125 130 -
chapter06/binutils-pass2.xml
rd94f2d0 r6099a471 99 99 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 100 100 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 101 106 </sect2> 102 107 -
chapter06/file.xml
rd94f2d0 r6099a471 91 91 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 92 92 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 93 98 </sect2> 94 99 -
chapter06/xz.xml
rd94f2d0 r6099a471 60 60 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 61 61 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 62 67 </sect2> 63 68
Note:
See TracChangeset
for help on using the changeset viewer.