Changeset c84195d
- Timestamp:
- 08/20/2022 03:45:09 AM (7 months ago)
- Branches:
- multilib
- Children:
- 192dda3, a171781c
- Parents:
- 8bde866 (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. - Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r8bde866 rc84195d 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
r8bde866 rc84195d 137 137 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 138 138 139 <para>Remove the libtool archive files because they are harmful for 140 cross compilation:</para> 141 142 <screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++,stdc++fs,supc++}.la</userinput></screen> 143 139 144 </sect2> 140 145 -
chapter06/binutils-pass2.xml
r8bde866 rc84195d 116 116 <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> 117 117 118 <para>Remove the libtool archive files because they are harmful for 119 cross compilation, and remove unnecessary static libraries:</para> 120 121 <screen><userinput remap="install">rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.{a,la}</userinput></screen> 122 118 123 </sect2> 119 124 -
chapter06/file.xml
r8bde866 rc84195d 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
r8bde866 rc84195d 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.