aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/introduction.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-10 20:44:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-10 20:44:16 +0000
commitbc8cca581fed74c60e201a89acb38cb2344c9b1b (patch)
tree083cf3ef71c66c95887fc07c0963aaaf52b3a049 /chapter06/introduction.xml
parent67d1e797c307817787ac03eda253312b110ba45d (diff)
Text updates to cross2 branch Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r--chapter06/introduction.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml
index cfc8befc5..ed8000fa8 100644
--- a/chapter06/introduction.xml
+++ b/chapter06/introduction.xml
@@ -13,13 +13,13 @@
<para>This chapter shows how to cross-compile basic utilities using
the just built cross-toolchain. Those utilities are installed into
their final location, but cannot be used yet. Basic tasks still rely on
- the hosts tools. Nevertheless, the installed libraries are used when
+ the host's tools. Nevertheless, the installed libraries are used when
linking.</para>
<para>Using the utilities will be possible in next chapter after entering
the <quote>chroot</quote> environment. But all the packages built in the
- present chapter need themselves to be built. So we cannot be independent
- on the build system yet.</para>
+ present chapter need to be built before we do that. Therefore we cannot be
+ independent of the host system yet.</para>
<para>Once again, let us recall that improper setting of <envar>LFS</envar>
together with building as root, may render your computer unusable.