From d38ac3a291c8ba50a9097bf0e8815f741b8a3ba4 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Thu, 26 Apr 2012 19:34:20 +0000 Subject: 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 --- chapter05/binutils-pass2.xml | 2 +- chapter05/gcc-pass2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') 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 \ The meaning of the new configure options: - CC="$LFS_TGT-gcc" AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib + CC=$LFS_TGT-gcc AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib 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 Now prepare GCC for compilation: -CC="$LFS_TGT-gcc" \ +CC=$LFS_TGT-gcc \ AR=$LFS_TGT-ar \ RANLIB=$LFS_TGT-ranlib \ ../gcc-&gcc-version;/configure \ -- cgit v1.2.3-54-g00ecf