mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 11:52:31 +00:00
585ce086da
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
17 lines
512 B
XML
17 lines
512 B
XML
<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' \
|
|
-e
|
|
's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' \
|
|
$SPECFILE > XX
|
|
mv XX $SPECFILE
|
|
unset SPECFILE</userinput></screen></para>
|
|
|
|
</sect1>
|
|
|