Changeset 1f7503c for chapter05


Ignore:
Timestamp:
05/08/2022 02:29:27 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
13d9915
Parents:
58fdf95
git-author:
Xi Ruoyao <xry111@…> (05/06/2022 12:31:01 PM)
git-committer:
William Harrington <kb0iic@…> (05/08/2022 02:29:27 PM)
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

    r58fdf95 r1f7503c  
    9090    --with-newlib             \
    9191    --without-headers         \
    92     --enable-initfini-array   \
    9392    --disable-nls             \
    9493    --disable-shared          \
     
    137136
    138137      <varlistentry>
    139         <term><parameter>--enable-initfini-array</parameter></term>
    140         <listitem>
    141           <para>This switch forces the use of some internal data structures
    142           that are needed but cannot be detected when building a cross
    143           compiler.</para>
    144         </listitem>
    145       </varlistentry>
    146 
    147       <varlistentry>
    148138        <term><parameter>--disable-shared</parameter></term>
    149139        <listitem>
Note: See TracChangeset for help on using the changeset viewer.