Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rceebda5 r03a41fd0  
    7171    <para>Prepare Binutils for compilation:</para>
    7272
    73 <screen arch="default"><userinput remap="configure">../configure --prefix=/usr       \
     73<screen><userinput remap="configure">../configure --prefix=/usr       \
    7474             --enable-gold       \
    7575             --enable-ld=default \
     
    7979             --enable-64-bit-bfd \
    8080             --with-system-zlib</userinput></screen>
    81 <screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr       \
    82              --enable-gold       \
    83              --enable-ld=default \
    84              --enable-plugins    \
    85              --enable-shared     \
    86              --disable-werror    \
    87              --enable-64-bit-bfd \
    88              --with-system-zlib  \
    89              --enable-multilib</userinput></screen>
    90 
    9181    <variablelist>
    9282      <title>The meaning of the configure parameters:</title>
     
    120110           <para>Enables 64-bit support (on hosts with narrower word sizes).
    121111           May not be needed on 64-bit systems, but does no harm.</para>
    122         </listitem>
    123       </varlistentry>
    124 
    125       <varlistentry arch="ml_32,ml_x32,ml_all">
    126         <term><parameter>--enable-multilib</parameter></term>
    127         <listitem>
    128           <para>Enables multilib support in bintutils.</para>
    129112        </listitem>
    130113      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.