Changeset d8c9a43f for chapter05/glibc.xml
- Timestamp:
- 08/25/2022 10:30:10 PM (10 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
rf8a51225 rd8c9a43f 207 207 expected. To perform a sanity check, run the following commands:</para> 208 208 209 <screen><userinput>echo 'int main(){}' > 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 - 210 readelf -l a.out | grep ld-linux</userinput></screen> 212 211 213 212 <para>If everything is working correctly, there should be no errors, … … 224 223 continuing on.</para> 225 224 226 <para>Once all is well, clean up the test file s:</para>227 228 <screen><userinput>rm -v dummy.ca.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> 229 228 230 229 </caution>
Note:
See TracChangeset
for help on using the changeset viewer.