On 26 Apr 2012, at 15:10, Ken Moffat wrote:
> I've got a diff of chapter06/adjusting.xml from trunk/BOOK to
> branches/jh which looks as if it will do the right thing. I can
> apply it if you like ?
Sure - there's also these two minor ones:
Index: chapter05/gcc-pass2.xml
===================================================================
--- chapter05/gcc-pass2.xml (revision 9832)
+++ chapter05/gcc-pass2.xml (working copy)
@@ -120,7 +120,7 @@
<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 \
Index: chapter05/binutils-pass2.xml
===================================================================
--- chapter05/binutils-pass2.xml (revision 9832)
+++ chapter05/binutils-pass2.xml (working copy)
@@ -67,7 +67,7 @@
<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
JH
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page