diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-31 16:24:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-31 16:24:19 +0000 |
commit | 418b0389f967b2715f7002839a45985d23b2e786 (patch) | |
tree | 6c02785c10bf993532014913f92aa5f1d20e1573 | |
parent | e1c388239f1a6c01668a31a737333741ae913a00 (diff) |
Fix the explanation also
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 765e31532..bd068167d 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -71,7 +71,7 @@ cd build</userinput></screen> <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>--host=$LFS_TGT, --build=$(../glibc-&glibc-version;/scripts/config.guess)</parameter></term> + <term><parameter>--host=$LFS_TGT, --build=$(../scripts/config.guess)</parameter></term> <listitem> <para>The combined effect of these switches is that Glibc's build system configures itself to cross-compile, using the cross-linker and |