aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjustingtoolchain.xml
blob: 78de9e89769bb9b9e25dfc93135897669a31ba32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<sect1 id="ch06-adjustingtoolchain">
<title>Adjusting toolchain</title>
<?dbhtml filename="adjustingtoolchain.html" dir="chapter06"?>

<para><screen><userinput>cd binutils-build
make -C ld INSTALL=/stage1/bin/install install-data-local
SPECFILE=/stage1/lib/gcc-lib/*/*/specs
sed -e 's@/lib/ld.so.1@/stage1/lib/ld.so.1@g' \
&nbsp;&nbsp;&nbsp;&nbsp;-e
's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' \
&nbsp;&nbsp;&nbsp;&nbsp;$SPECFILE > XX
mv XX $SPECFILE
unset SPECFILE</userinput></screen></para>

</sect1>