Changeset 793f9087


Ignore:
Timestamp:
10/06/2022 07:07:42 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b6d3512
Parents:
ceb61b9
Message:

Fix sanity check in chapter 5

When I changed the sanity check to remove the "dummy.c" file, I
inadvertently used "gcc" instead of "$LFS_TGT-gcc". Which of course
finds the host gcc...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rceb61b9 r793f9087  
    196196      expected. To perform a sanity check, run the following commands:</para>
    197197
    198 <screen><userinput>echo 'int main(){}' | gcc -xc -
     198<screen><userinput>echo 'int main(){}' | $LFS_TGT-gcc -xc -
    199199readelf -l a.out | grep ld-linux</userinput></screen>
    200200
Note: See TracChangeset for help on using the changeset viewer.