Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    rceebda5 r03a41fd0  
    5151    <para>Prepare Binutils for compilation:</para>
    5252
    53 <screen arch="default"><userinput remap="configure">../configure                   \
     53<screen><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>
    7061
    7162    <variablelist>
     
    8677          <para>Enables 64-bit support (on hosts with narrower word sizes).
    8778          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>
    9579        </listitem>
    9680      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.