diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-15 19:32:24 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-15 19:32:24 +0000 |
commit | bf20baeb352b7e33f51dff63dd5c4581f8b9fed0 (patch) | |
tree | bbde23b5986d055f569c9632e31697840b1eeb94 /chapter06 | |
parent | d125a6bd0b28c20b3a26143028591bd847aa20ed (diff) |
add --enable-64-bit-bfd to binutils pass 2 to prevent an abi mismatch when
reintalling binutils in chpater 8
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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> |