diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-16 16:55:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-16 16:55:06 +0000 |
commit | 942e32bc75f7049b0850f3135116adc6c9cd9c68 (patch) | |
tree | 9c87cdb5318ed1f87679bd6b7eee5e1a139889a3 | |
parent | b2fbe302b0368e3cc31d60f37d2ed1c81da3dd7c (diff) |
Wording tweak
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 8fbd60dbc..2932b957f 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -64,7 +64,7 @@ <listitem> <para> The temporary libraries are cross-compiled. Because a cross-compiler by its nature cannot rely on anything from its host - system, this method removes any potential contamination of the target + system, this method removes potential contamination of the target system by lessening the chance of headers or libraries from the host being incorporated into the new tools. Cross-compilation also allows for the possibility of building both 32-bit and 64-bit libraries on 64-bit |