diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:50:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-25 20:50:58 +0000 |
commit | ac62f1701bc5e22cd4b16dd63e53af731a44ff4e (patch) | |
tree | 510b9add13727aa7db5ceaa8413f0a4f520a0c67 /chapter05/binutils-pass2.xml | |
parent | 8e9135839af647026190ae32f3899d087f2f0084 (diff) |
Upgrade to Binutils-2.22. Fixes #2967.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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</userinput></screen> <screen><userinput remap="configure">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</userinput></screen> -<!-- ../binutils-&binutils-version;/configure - -prefix=/tools \ --> <variablelist> <title>The meaning of the new configure options:</title> |