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 | |
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')
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
2 files changed, 2 insertions, 2 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 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 \ |