Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r03a41fd0 rceebda5  
    5151    <para>Prepare Binutils for compilation:</para>
    5252
    53 <screen><userinput remap="configure">../configure                   \
     53<screen arch="default"><userinput remap="configure">../configure                   \
    5454    --prefix=/usr              \
    5555    --build=$(../config.guess) \
     
    5959    --disable-werror           \
    6060    --enable-64-bit-bfd</userinput></screen>
     61<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure                   \
     62    --prefix=/usr              \
     63    --build=$(../config.guess) \
     64    --host=$LFS_TGT            \
     65    --disable-nls              \
     66    --enable-shared            \
     67    --disable-werror           \
     68    --enable-64-bit-bfd        \
     69    --enable-multilib</userinput></screen>
    6170
    6271    <variablelist>
     
    7786          <para>Enables 64-bit support (on hosts with narrower word sizes).
    7887          May not be needed on 64-bit systems, but does no harm.</para>
     88        </listitem>
     89      </varlistentry>
     90
     91      <varlistentry arch="ml_32,ml_x32,ml_all">
     92        <term><parameter>--enable-multilib</parameter></term>
     93        <listitem>
     94          <para>Enables multilib support in bintutils.</para>
    7995        </listitem>
    8096      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.