|
@@ -33,7 +33,7 @@ to the new dynamic linker. A simple sed will accomplish this:</para>
|
|
<!-- Ampersands are needed to allow cut and paste -->
|
|
<!-- Ampersands are needed to allow cut and paste -->
|
|
|
|
|
|
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
|
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &&
|
|
-sed -e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \
|
|
|
|
|
|
+sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
|
|
$SPECFILE > tempspecfile &&
|
|
$SPECFILE > tempspecfile &&
|
|
mv -f tempspecfile $SPECFILE &&
|
|
mv -f tempspecfile $SPECFILE &&
|
|
unset SPECFILE</userinput></screen>
|
|
unset SPECFILE</userinput></screen>
|