From bf20baeb352b7e33f51dff63dd5c4581f8b9fed0 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 15 Jun 2020 19:32:24 +0000 Subject: 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 --- chapter06/binutils-pass2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/binutils-pass2.xml') 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 --host=$LFS_TGT \ --disable-nls \ --enable-shared \ - --disable-werror + --disable-werror \ + --enable-64-bit-bfd The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf