Ignore:
Timestamp:
06/15/2020 07:56:23 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1cd5961
Parents:
bf20bae
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    rbf20bae rd394cf7f  
    6464
    6565      <varlistentry>
    66         <term><parameter>--host=$LFS_TGT</parameter></term>
     66        <term><parameter>--enable-shared</parameter></term>
    6767        <listitem>
    68           <para>This tells the configure script that we want to build
    69           this pass of binutils for the $LFS_TGT machine, using our just
    70           built cross-compiler.  This prevents the linker from searching
    71           through library directories on the host.</para>
     68          <para>Builds <filename
     69          class="libraryfile">libbfd</filename> as a shared library.</para>
     70        </listitem>
     71      </varlistentry>
     72
     73
     74      <varlistentry>
     75        <term><parameter>--enable-64-bit-bfd</parameter></term>
     76        <listitem>
     77          <para>Enables 64-bit support (on hosts with narrower word sizes).
     78          May not be needed on 64-bit systems, but does no harm.</para>
    7279        </listitem>
    7380      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.