diff options
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index c3d584ab2..ee4db51d6 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -20,6 +20,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ mv -f tempspecfile $SPECFILE && unset SPECFILE</userinput></screen> +<para>Make clean-up:</para> + <screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> <para>Test the tools:</para> @@ -32,6 +34,8 @@ readelf -l a.out | grep ': /tools'</userinput></screen> <screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen> +<para>Remove the test files:</para> + <screen><userinput>rm dummy.c a.out</userinput></screen> |