Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    rceebda5 r03a41fd0  
    7171    <para>Now prepare Binutils for compilation:</para>
    7272
    73 <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools       \
     73<screen><userinput remap="configure">../configure --prefix=$LFS/tools       \
    7474             --with-sysroot=$LFS        \
    7575             --target=$LFS_TGT          \
    7676             --disable-nls              \
    7777             --disable-werror</userinput></screen>
    78 <screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=$LFS/tools       \
    79              --with-sysroot=$LFS        \
    80              --target=$LFS_TGT          \
    81              --disable-nls              \
    82              --disable-werror           \
    83              --enable-multilib</userinput></screen>
    8478
    8579    <variablelist>
     
    130124      </varlistentry>
    131125
    132       <varlistentry arch="ml_32,ml_x32,ml_all">
    133         <term><parameter>--enable-multilib</parameter></term>
    134         <listitem>
    135           <para>Enables multilib support.</para>
    136         </listitem>
    137       </varlistentry>
    138 
    139126    </variablelist>
    140127
Note: See TracChangeset for help on using the changeset viewer.