diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index 2a27d7702..f6b7f0f90 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -70,7 +70,7 @@ cd build
Now prepare Binutils for compilation:
- ../configure --prefix=$LFS/tools \
+ ../configure --prefix=$LFS/tools \
--with-sysroot=$LFS \
--target=$LFS_TGT \
--disable-nls \
@@ -78,14 +78,6 @@ cd build
--disable-werror \
--enable-new-dtags \
--enable-default-hash-style=gnu
-../configure --prefix=$LFS/tools \
- --with-sysroot=$LFS \
- --target=$LFS_TGT \
- --disable-nls \
- --enable-gprofng=no \
- --disable-werror \
- --enable-default-hash-style=gnu \
- --enable-multilib
The meaning of the configure options:
@@ -169,13 +161,6 @@ cd build
-
- --enable-multilib
-
- Enables multilib support.
-
-
-
Continue with compiling the package:
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml
index ba474f7e4..a1892a1aa 100644
--- a/chapter06/binutils-pass2.xml
+++ b/chapter06/binutils-pass2.xml
@@ -64,7 +64,7 @@ cd build
Prepare Binutils for compilation:
-../configure \
+../configure \
--prefix=/usr \
--build=$(../config.guess) \
--host=$LFS_TGT \
@@ -75,17 +75,6 @@ cd build
--enable-64-bit-bfd \
--enable-new-dtags \
--enable-default-hash-style=gnu
-../configure \
- --prefix=/usr \
- --build=$(../config.guess) \
- --host=$LFS_TGT \
- --disable-nls \
- --enable-shared \
- --enable-gprofng=no \
- --disable-werror \
- --enable-64-bit-bfd \
- --enable-default-hash-style=gnu \
- --enable-multilib
The meaning of the new configure options:
@@ -107,13 +96,6 @@ cd build
-
- --enable-multilib
-
- Enables multilib support in bintutils.
-
-
-
Compile the package:
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 03d70f91c..5ea6c1b41 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -49,7 +49,7 @@ cd build
Prepare Binutils for compilation:
-../configure --prefix=/usr \
+../configure --prefix=/usr \
--sysconfdir=/etc \
--enable-ld=default \
--enable-plugins \
@@ -59,16 +59,6 @@ cd build
--enable-new-dtags \
--with-system-zlib \
--enable-default-hash-style=gnu
-../configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-ld=default \
- --enable-plugins \
- --enable-shared \
- --disable-werror \
- --enable-64-bit-bfd \
- --with-system-zlib \
- --enable-default-hash-style=gnu \
- --enable-multilib
The meaning of the new configure parameters:
@@ -96,13 +86,6 @@ cd build
-
- --enable-multilib
-
- Enables multilib support in binutils.
-
-
-
Compile the package: