diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-23 12:42:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-23 12:42:55 +0000 |
commit | 55fa5a30e27b830dbc659c5264243debd6a40df8 (patch) | |
tree | 8c106a5c31896a3b39eae2241b4e5da01c34f1e8 /chapter05/gcc-pass2.xml | |
parent | 63f6e217582aa7c11600efc6df9ebe249bc6e095 (diff) |
Various minor text changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index b60c5c00a..bda37ab6c 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -115,7 +115,7 @@ done</userinput></screen> changes to the original files in case the command is inadvertently run twice. </para> - <para>On x86_64, unsetting the multlib spec for GCC ensures that it + <para>On x86_64, unsetting the multilib spec for GCC ensures that it won't attempt to link against libraries on the host:</para> <screen><userinput remap="pre">case $(uname -m) in |