Ignore:
Timestamp:
08/25/2022 10:30:10 PM (10 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
b92cf89
Parents:
f8a51225 (diff), b3f157c6 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rf8a51225 rd8c9a43f  
    207207      expected. To perform a sanity check, run the following commands:</para>
    208208
    209 <screen><userinput>echo 'int main(){}' &gt; dummy.c
    210 $LFS_TGT-gcc dummy.c
    211 readelf -l a.out | grep '/ld-linux'</userinput></screen>
     209<screen><userinput>echo 'int main(){}' | gcc -xc -
     210readelf -l a.out | grep ld-linux</userinput></screen>
    212211
    213212      <para>If everything is working correctly, there should be no errors,
     
    224223      continuing on.</para>
    225224
    226       <para>Once all is well, clean up the test files:</para>
    227 
    228 <screen><userinput>rm -v dummy.c a.out</userinput></screen>
     225      <para>Once all is well, clean up the test file:</para>
     226
     227<screen><userinput>rm -v a.out</userinput></screen>
    229228
    230229    </caution>
Note: See TracChangeset for help on using the changeset viewer.