From ac62f1701bc5e22cd4b16dd63e53af731a44ff4e Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 25 Nov 2011 20:50:58 +0000 Subject: Upgrade to Binutils-2.22. Fixes #2967. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 3 +-- chapter05/binutils-pass2.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index bd35c67ff..ca8e5b8f7 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -72,8 +72,7 @@ cd ../binutils-build Now prepare Binutils for compilation: - -../binutils-&binutils-dir;/configure \ +../binutils-&binutils-version;/configure \ --target=$LFS_TGT --prefix=/tools \ --disable-nls --disable-werror diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 148e3b6cf..f3fe914bb 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -52,10 +52,9 @@ cd ../binutils-build CC="$LFS_TGT-gcc -B/tools/lib/" \ AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \ - ../binutils-&binutils-dir;/configure --prefix=/tools \ + ../binutils-&binutils-version;/configure --prefix=/tools \ --disable-nls --with-lib-path=/tools/lib - The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf