Ignore:
Timestamp:
12/31/2023 11:43:21 AM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
89c61e5
Parents:
42f12b0 (diff), 6fec3f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r42f12b0 r6c474a7  
    5858             --disable-werror    \
    5959             --enable-64-bit-bfd \
    60              --with-system-zlib</userinput></screen>
     60             --with-system-zlib  \
     61             --enable-default-hash-style=gnu</userinput></screen>
    6162<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr       \
    6263             --sysconfdir=/etc   \
     
    6869             --enable-64-bit-bfd \
    6970             --with-system-zlib  \
     71             --enable-default-hash-style=gnu \
    7072             --enable-multilib</userinput></screen>
    7173
    7274    <variablelist>
    73       <title>The meaning of the configure parameters:</title>
     75      <title>The meaning of the new configure parameters:</title>
    7476
    7577      <varlistentry>
     
    9799
    98100      <varlistentry>
    99         <term><parameter>--enable-64-bit-bfd</parameter></term>
    100         <listitem>
    101            <para>Enables 64-bit support (on hosts with narrower word sizes).
    102            May not be needed on 64-bit systems, but does no harm.</para>
     101        <term><parameter>--with-system-zlib</parameter></term>
     102        <listitem>
     103          <para>Use the installed zlib library instead of building the
     104          included version.</para>
    103105        </listitem>
    104106      </varlistentry>
     
    108110        <listitem>
    109111          <para>Enables multilib support in bintutils.</para>
    110         </listitem>
    111       </varlistentry>
    112 
    113       <varlistentry>
    114         <term><parameter>--with-system-zlib</parameter></term>
    115         <listitem>
    116           <para>Use the installed zlib library instead of building the
    117           included version.</para>
    118112        </listitem>
    119113      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.