From d394cf7f1972bec13634801c0b92ab523ae916d1 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 15 Jun 2020 19:56:23 +0000 Subject: Add explanations for new configure switches in binutils pass 2 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils-pass2.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'chapter06/binutils-pass2.xml') diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index ca81b0f52..438a5583b 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -63,12 +63,19 @@ cd build The meaning of the new configure options: - --host=$LFS_TGT + --enable-shared - This tells the configure script that we want to build - this pass of binutils for the $LFS_TGT machine, using our just - built cross-compiler. This prevents the linker from searching - through library directories on the host. + Builds libbfd as a shared library. + + + + + + --enable-64-bit-bfd + + Enables 64-bit support (on hosts with narrower word sizes). + May not be needed on 64-bit systems, but does no harm. -- cgit v1.2.3-54-g00ecf