diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-28 04:28:09 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-28 04:28:09 +0000 |
commit | 04a770254ca30576bc920b02e1dac1e5e4372f81 (patch) | |
tree | c6222c425fc2f407cbaf1ca5298803149e2d4043 /chapter06 | |
parent | 78367651da9d057176c571c082c6daf7c81a32dd (diff) |
s/adjust/amend/, there was nothing wrong with it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 04c3397ff..3cbada83f 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -32,7 +32,7 @@ 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, adjust the GCC specs file so that it points to the new + <para>Next, amend 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> |