aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:50:58 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:50:58 +0000
commitac62f1701bc5e22cd4b16dd63e53af731a44ff4e (patch)
tree510b9add13727aa7db5ceaa8413f0a4f520a0c67 /chapter05
parent8e9135839af647026190ae32f3899d087f2f0084 (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')
-rw-r--r--chapter05/binutils-pass1.xml3
-rw-r--r--chapter05/binutils-pass2.xml3
2 files changed, 2 insertions, 4 deletions
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</userinput></screen>
<para>Now prepare Binutils for compilation:</para>
-<!-- <screen><userinput remap="configure">../binutils-&binutils-version;/configure \ -->
-<screen><userinput remap="configure">../binutils-&binutils-dir;/configure \
+<screen><userinput remap="configure">../binutils-&binutils-version;/configure \
--target=$LFS_TGT --prefix=/tools \
--disable-nls --disable-werror</userinput></screen>
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>