diff options
Diffstat (limited to 'chapter06/binutils-pass2.xml')
-rw-r--r-- | chapter06/binutils-pass2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index 5ccff98d8..ca81b0f52 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -56,7 +56,8 @@ cd build</userinput></screen> --host=$LFS_TGT \ --disable-nls \ --enable-shared \ - --disable-werror</userinput></screen> + --disable-werror \ + --enable-64-bit-bfd</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |