mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 23:03:17 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
e5de5d489f
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user