diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:23:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:23:16 +0000 |
commit | fba1478dba9095f0007730e844793ad38d9b5af2 (patch) | |
tree | 804a4ba4ebff2ca66f8f0284d2d5edf664507d46 /chapter05/adjusting.xml | |
parent | 67906555169af493bc63114cfd1a38667dda09f5 (diff) |
Removed text in chapter 05 - second round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 6d3aca31f..c3d584ab2 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -22,6 +22,8 @@ unset SPECFILE</userinput></screen> <screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> +<para>Test the tools:</para> + <screen><userinput>echo 'main(){}' > dummy.c cc dummy.c readelf -l a.out | grep ': /tools'</userinput></screen> |