From 1c47f33768dca2a1e110e4323ea5062062c4fc70 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 6 May 2012 10:02:42 +0000 Subject: Fix a couple of toolchain related typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 3 +-- chapter05/glibc.xml | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index ab435e4dc..8a68ede3a 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -54,8 +54,7 @@ cd ../binutils-build Prepare Binutils for compilation: - -CC=$LFS_TGT-gcc \ +CC=$LFS_TGT-gcc \ AR=$LFS_TGT-ar \ RANLIB=$LFS_TGT-ranlib \ ../binutils-&binutils-version;/configure \ diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 17caba3d7..53d3d5713 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -223,9 +223,7 @@ readelf -l a.out | grep ': /tools' If the output is not shown as above or there was no output at all, then something is wrong. Investigate and retrace the steps to find out where the problem is and correct it. This issue must be resolved before - continuing on. Something may have gone wrong with the specs file amendment - above. In this case, redo the specs file amendment, being careful to - copy-and-paste the commands. + continuing on. Once all is well, clean up the test files: -- cgit v1.2.3-54-g00ecf