diff options
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 6 |
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. |