Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r1b11115 r8bde866  
    7171    <para>Now prepare Binutils for compilation:</para>
    7272
    73     <screen><userinput remap="configure">../configure --prefix=$LFS/tools \
     73    <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools \
    7474             --with-sysroot=$LFS \
    7575             --target=$LFS_TGT   \
     
    7777             --enable-gprofng=no \
    7878             --disable-werror</userinput></screen>
     79<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=$LFS/tools       \
     80             --with-sysroot=$LFS \
     81             --target=$LFS_TGT   \
     82             --disable-nls       \
     83             --enable-gprofng=no \
     84             --disable-werror    \
     85             --enable-multilib</userinput></screen>
    7986
    8087    <variablelist>
     
    133140      </varlistentry>
    134141
     142      <varlistentry arch="ml_32,ml_x32,ml_all">
     143        <term><parameter>--enable-multilib</parameter></term>
     144        <listitem>
     145          <para>Enables multilib support.</para>
     146        </listitem>
     147      </varlistentry>
     148
    135149    </variablelist>
    136150
Note: See TracChangeset for help on using the changeset viewer.