diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 06:10:04 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 06:10:04 +0000 |
commit | a6505d97a1847b029130a6eb207b4324559bb6cd (patch) | |
tree | a3d948652135db18879001df89d4c5511f98ce0e /chapter05/lockingglibc.xml | |
parent | 05946986d0233d9977107a34eefd1c96ebaffa4b (diff) |
Miscellaneous small fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 0f62d8f66..bcb0667ec 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -16,6 +16,14 @@ the <filename class="directory">binutils-build</filename> directory:</para> pass of Binutils. From this point onwards everything will link <emphasis>only </emphasis> against the libraries in <filename>/tools/lib</filename>.</para> +<note><para>If you somehow missed the earlier warning to retain the Binutils +source and build directories from the first pass or otherwise accidentally +deleted them or just don't have access to them, don't worry, all is not lost. +Just ignore the above command. The result is a small chance of subsequent +programs linking against libraries on the host. This is not ideal, however, +it's not a major problem. The situation is corrected when we install the +second pass of Binutils later on.</para></note> + <para>Now that the adjusted linker is installed, you have to remove the Binutils build and source directories.</para> |