aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/readjusting.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-28 04:25:37 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-28 04:25:37 +0000
commit78367651da9d057176c571c082c6daf7c81a32dd (patch)
treefeb60e769d3b9b8d25702696bd310ecc1f09ebb5 /chapter06/readjusting.xml
parent96dd095ce772fd14ed22ad779ce2124e5bbb2f38 (diff)
Reworded the introduction to the gcc specs readjustment
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readjusting.xml')
-rw-r--r--chapter06/readjusting.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml
index d33e4758b..04c3397ff 100644
--- a/chapter06/readjusting.xml
+++ b/chapter06/readjusting.xml
@@ -32,9 +32,10 @@ mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
mv -v /tools/bin/{ld-new,ld}
ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
- <para>Next, amend the GCC specs file so that it points to the new
- dynamic linker, and so that GCC knows where to find its start files.
- A <command>perl</command> command accomplishes this.</para>
+ <para>Next, adjust the GCC specs file so that it points to the new
+ dynamic linker, and so that GCC knows where to find the correct headers
+ and Glibc start files. A <command>sed</command> command accomplishes
+ this.</para>
<important>
<para>If working on a platform where the name of the dynamic linker is