Ignore:
Timestamp:
12/30/2023 06:37:07 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
2576866, 6c474a7, acde0a3, ba41e17
Parents:
8b4fb12
git-author:
Xi Ruoyao <xry111@…> (12/30/2023 06:33:59 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/30/2023 06:37:07 PM)
Message:

binutils: Add --enable-default-hash-style=gnu for configure (#5401)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r8b4fb12 r6fec3f5  
    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>
     62
    6163    <variablelist>
    62       <title>The meaning of the configure parameters:</title>
     64      <title>The meaning of the new configure parameters:</title>
    6365
    6466      <varlistentry>
     
    8284        <listitem>
    8385          <para>Enables plugin support for the linker.</para>
    84         </listitem>
    85       </varlistentry>
    86 
    87       <varlistentry>
    88         <term><parameter>--enable-64-bit-bfd</parameter></term>
    89         <listitem>
    90            <para>Enables 64-bit support (on hosts with narrower word sizes).
    91            May not be needed on 64-bit systems, but does no harm.</para>
    9286        </listitem>
    9387      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.