diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-06 10:02:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-06 10:02:42 +0000 |
commit | 1c47f33768dca2a1e110e4323ea5062062c4fc70 (patch) | |
tree | f8de066a41f36605094308c276e88365d1a29803 /chapter05/binutils-pass2.xml | |
parent | c2c7f1749e8f3dad85cbf6fe168e57daefd71b90 (diff) |
Fix a couple of toolchain related typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index ab435e4dc..8a68ede3a 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -54,8 +54,7 @@ cd ../binutils-build</userinput></screen> <para>Prepare Binutils for compilation:</para> -<screen><userinput remap="configure"> -CC=$LFS_TGT-gcc \ +<screen><userinput remap="configure">CC=$LFS_TGT-gcc \ AR=$LFS_TGT-ar \ RANLIB=$LFS_TGT-ranlib \ ../binutils-&binutils-version;/configure \ |