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
This commit is contained in:
Pierre Labastie 2020-06-15 19:56:23 +00:00
parent bf20baeb35
commit d394cf7f19

View File

@ -63,12 +63,19 @@ cd build</userinput></screen>
<title>The meaning of the new configure options:</title> <title>The meaning of the new configure options:</title>
<varlistentry> <varlistentry>
<term><parameter>--host=$LFS_TGT</parameter></term> <term><parameter>--enable-shared</parameter></term>
<listitem> <listitem>
<para>This tells the configure script that we want to build <para>Builds <filename
this pass of binutils for the $LFS_TGT machine, using our just class="libraryfile">libbfd</filename> as a shared library.</para>
built cross-compiler. This prevents the linker from searching </listitem>
through library directories on the host.</para> </varlistentry>
<varlistentry>
<term><parameter>--enable-64-bit-bfd</parameter></term>
<listitem>
<para>Enables 64-bit support (on hosts with narrower word sizes).
May not be needed on 64-bit systems, but does no harm.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>