aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-2953-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-29 23:20:53 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-29 23:20:53 +0000
commit5e49531c2381fa865fbf026812be54781da9e1d3 (patch)
tree1cf0588e97f200d9df6f10fab4b07d31294c71f9 /chapter06/gcc-2953-inst.xml
parent89fcc345410a3b858b6c23ba219e828bc21e4de4 (diff)
Adding some missing markup, and changing remaining /static's to /stage1's.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-2953-inst.xml')
-rw-r--r--chapter06/gcc-2953-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml
index 9d2cc633a..9d4bd5d17 100644
--- a/chapter06/gcc-2953-inst.xml
+++ b/chapter06/gcc-2953-inst.xml
@@ -19,8 +19,8 @@ cd ../gcc-2-build
make bootstrap
make install</userinput></screen></para>
-<para>Add the lib directory to ld.so.conf so they can be found during
-run-time:</para>
+<para>Add the compiler's library directory to <filename>ld.so.conf</filename>,
+so these libraries can be found at run time:</para>
<para><screen><userinput>echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf
ldconfig</userinput></screen></para>