|
@@ -20,6 +20,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
|
|
mv -f tempspecfile $SPECFILE &&
|
|
mv -f tempspecfile $SPECFILE &&
|
|
unset SPECFILE</userinput></screen>
|
|
unset SPECFILE</userinput></screen>
|
|
|
|
|
|
|
|
+<para>Make clean-up:</para>
|
|
|
|
+
|
|
<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
|
|
<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
|
|
|
|
|
|
<para>Test the tools:</para>
|
|
<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>
|
|
<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>
|
|
<screen><userinput>rm dummy.c a.out</userinput></screen>
|
|
|
|
|
|
|
|
|