aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-08 04:49:02 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-08 04:49:02 +0000
commit6267e8ec359d9a3746be42d0728f7aa197fa48e5 (patch)
treeec56e003fab996ca9f3d53af68cdce4169d6c244 /chapter06
parent76b9eb4d79268f52183ff6d2f769c9e126cdc513 (diff)
Text adjustment.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/adjustingtoolchain.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index c71fea124..f3bfbea11 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -69,13 +69,12 @@ output of the last command will be:</para>
<blockquote><screen>[Requesting program interpreter: /lib/ld-linux.so.2]</screen></blockquote>
-<para>If you did not receive the output as shown above, then something is
-seriously wrong. This includes the output of the above command being empty!
-You will need to investigate and retrace your steps to find
-out where the problem is and correct it. There is no point in continuing
-until this is done. Most likely something went wrong with the specs file
-amendment above. Note especially that <filename>/lib</filename> now appears as
-the prefix of our dynamic linker. Of course, if you are working on a platform
+<para>If you did not receive the output as shown above, or received no output at
+all, then something is seriously wrong. You will need to investigate and retrace
+your steps to find out where the problem is and correct it. There is no point in
+continuing until this is done. Most likely something went wrong with the specs
+file amendment above. Note especially that <filename>/lib</filename> now appears
+as the prefix of our dynamic linker. Of course, if you are working on a platform
where the name of the dynamic linker is something other than
<filename>ld-linux.so.2</filename>, then the output will be slightly
different.</para>