diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2012-04-26 19:34:20 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2012-04-26 19:34:20 +0000 |
commit | d38ac3a291c8ba50a9097bf0e8815f741b8a3ba4 (patch) | |
tree | bafcb307a39ad31b611612d5ffe4587d75270fcc /chapter05/binutils-pass2.xml | |
parent | cd3c10ceb476d0e089f2035a2c307b4bfd1dfcfe (diff) |
Fix issues from the merge of the jh branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index cb96b62f0..ab435e4dc 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -67,7 +67,7 @@ RANLIB=$LFS_TGT-ranlib \ <title>The meaning of the new configure options:</title> <varlistentry> - <term><parameter>CC="$LFS_TGT-gcc" AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib</parameter></term> + <term><parameter>CC=$LFS_TGT-gcc AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib</parameter></term> <listitem> <para>Because this is really a native build of Binutils, setting these variables ensures that the build system uses the cross-compiler and |