diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-11 19:43:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-11 19:43:54 +0000 |
commit | c9398bca01ffaa66d492bbc865d267ce905c3033 (patch) | |
tree | dba713c9efae8b502bb03f2ffbb33d3ba0742d39 /chapter05 | |
parent | 54df5b44ca6a9f9591efe1b1cb475ca84cca5e69 (diff) |
Changed the wording a bit. Binutils dirs must be removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/lockingglibc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index a8360ca51..43b2ea888 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -19,9 +19,10 @@ pass of Binutils, and contain no mention of <filename>/lib</filename>, From this point onwards everything will link <emphasis>only</emphasis> against the libraries in <filename>/tools/lib</filename>.</para> -<para>You can now remove Binutils' build and source directories.</para> +<para>Now that the scripts are adjusted, you have to remove the Binutils +build and source directories.</para> -<para>The other thing to do is to amend our GCC specs file so that it points +<para>The next thing to do is to amend our GCC specs file so that it points to the new dynamic linker. A simple sed will accomplish this:</para> <para><screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs |