diff options
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> |