Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r8bde866 r1b11115  
    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   \
     
    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>
    8679
    8780    <variablelist>
     
    140133      </varlistentry>
    141134
    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 
    149135    </variablelist>
    150136
Note: See TracChangeset for help on using the changeset viewer.