2003-05-02 19:20:20 +01:00
|
|
|
<sect1 id="ch06-adjustingtoolchain">
|
|
|
|
<title>Adjusting toolchain</title>
|
|
|
|
<?dbhtml filename="adjustingtoolchain.html" dir="chapter06"?>
|
|
|
|
|
|
|
|
<para><screen><userinput>cd binutils-build
|
2003-05-11 03:44:11 +01:00
|
|
|
make -C ld INSTALL=/stage1/bin/install install-data-local
|
2003-05-11 00:29:43 +01:00
|
|
|
|
2003-05-11 06:51:28 +01:00
|
|
|
SPECFILE=/stage1/lib/gcc-lib/*/*/specs &&
|
2003-05-11 00:29:43 +01:00
|
|
|
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
|
|
|
|
-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX
|
2003-05-10 18:20:47 +01:00
|
|
|
mv XX $SPECFILE
|
|
|
|
unset SPECFILE</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|