Changeset e5de5d4


Ignore:
Timestamp:
10/06/2022 10:30:10 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
44e2a04
Parents:
0875e7d (diff), b6d3512 (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:

Automatic merge of trunk into multilib

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r0875e7d re5de5d4  
    207207      expected. To perform a sanity check, run the following commands:</para>
    208208
    209 <screen><userinput>echo 'int main(){}' | gcc -xc -
     209<screen><userinput>echo 'int main(){}' | $LFS_TGT-gcc -xc -
    210210readelf -l a.out | grep ld-linux</userinput></screen>
    211211
  • part3intro/toolchaintechnotes.xml

    r0875e7d re5de5d4  
    268268    should be same as the content of the same package installed in
    269269    &ch-final;.  The temporary packages installed in &ch-tmp-cross; or
    270     &ch-tmp-chroot; cannot satisify this expectation because some of them
     270    &ch-tmp-chroot; cannot satisfy this expectation because some of them
    271271    are built without optional dependencies installed, and autoconf cannot
    272272    perform some feature checks in &ch-tmp-cross; because of cross
Note: See TracChangeset for help on using the changeset viewer.