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 ++- general.ent | 8 ++++---- 2 files changed, 6 insertions(+), 5 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 --host=$LFS_TGT \ --disable-nls \ --enable-shared \ - --disable-werror + --disable-werror \ + --enable-64-bit-bfd The meaning of the new configure options: diff --git a/general.ent b/general.ent index c5845df39..d3cfd7eee 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + - + -- cgit v1.2.3-54-g00ecf