Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2022-10-07 00:30:10 +02:00
commit e5de5d489f
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ cd build</userinput></screen>
functions (compiling and linking) of the new toolchain are working as functions (compiling and linking) of the new toolchain are working as
expected. To perform a sanity check, run the following commands:</para> expected. To perform a sanity check, run the following commands:</para>
<screen><userinput>echo 'int main(){}' | gcc -xc - <screen><userinput>echo 'int main(){}' | $LFS_TGT-gcc -xc -
readelf -l a.out | grep ld-linux</userinput></screen> readelf -l a.out | grep ld-linux</userinput></screen>
<para>If everything is working correctly, there should be no errors, <para>If everything is working correctly, there should be no errors,

View File

@ -267,7 +267,7 @@
package on a complete LFS system, the installed content of the package package on a complete LFS system, the installed content of the package
should be same as the content of the same package installed in should be same as the content of the same package installed in
&ch-final;. The temporary packages installed in &ch-tmp-cross; or &ch-final;. The temporary packages installed in &ch-tmp-cross; or
&ch-tmp-chroot; cannot satisify this expectation because some of them &ch-tmp-chroot; cannot satisfy this expectation because some of them
are built without optional dependencies installed, and autoconf cannot are built without optional dependencies installed, and autoconf cannot
perform some feature checks in &ch-tmp-cross; because of cross perform some feature checks in &ch-tmp-cross; because of cross
compilation, causing the temporary packages to lack optional features compilation, causing the temporary packages to lack optional features