diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 10:39:55 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 10:39:55 +0000 |
commit | cd40510a8fd415b9890e53be39e4a0576443635a (patch) | |
tree | cb7bfa298d1bd8e40c2acbd3229bc872c2e04865 /chapter05/lockingglibc.xml | |
parent | e6d635255b665b0d28852c845a946420b3d3c612 (diff) |
Preface: Add note about the Essential Pre-Reading Hint. Closes Bug 585.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 569e9ca1c..521c09020 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -35,8 +35,8 @@ occurrence of "/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2".</para> <important><para>If you are working on a platform where the name of the dynamic linker is something other than <filename>ld-linux.so.2</filename>, you <emphasis>must</emphasis> substitute <filename>ld-linux.so.2</filename> with the -name of your platform's dynamic linker in the above commands. Refer back to the -"Toolchain technical notes" section if necessary.</para></important> +name of your platform's dynamic linker in the above commands. Refer back to +<xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important> <para>Lastly, there is a possibility that some include files from the host system have found their way into GCC's private include dir. This can happen |