Ignore:
Timestamp:
05/06/2022 12:31:01 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d70e621
Parents:
9fec03d
Message:

gcc-12: remove --enable-initfini-array in pass 1

Reference: https://gcc.gnu.org/r12-1328

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r9fec03d re1d233c  
    8888    --with-newlib             \
    8989    --without-headers         \
    90     --enable-initfini-array   \
    9190    --disable-nls             \
    9291    --disable-shared          \
     
    135134
    136135      <varlistentry>
    137         <term><parameter>--enable-initfini-array</parameter></term>
    138         <listitem>
    139           <para>This switch forces the use of some internal data structures
    140           that are needed but cannot be detected when building a cross
    141           compiler.</para>
    142         </listitem>
    143       </varlistentry>
    144 
    145       <varlistentry>
    146136        <term><parameter>--disable-shared</parameter></term>
    147137        <listitem>
Note: See TracChangeset for help on using the changeset viewer.