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/gcc-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/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 0ed5c11aa..0fab67c16 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -120,7 +120,7 @@ cd ../gcc-build</userinput></screen> <para>Now prepare GCC 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 \ ../gcc-&gcc-version;/configure \ |