Changeset baecd49


Ignore:
Timestamp:
09/01/2022 06:04:34 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, 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:
1203312, c6df98a1, f867843, fb66c4c
Parents:
7b3f5a4
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 11:22:15 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/01/2022 06:04:34 AM)
Message:

gcc-pass2: remove unnecessary --enable-initfini-array option

Forgot to remove this one when I removed it in pass 1...

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r7b3f5a4 rbaecd49  
    9191    --prefix=/usr                                  \
    9292    --with-build-sysroot=$LFS                      \
    93     --enable-initfini-array                        \
    9493    --disable-nls                                  \
    9594    --disable-multilib                             \
     
    145144      </varlistentry>
    146145
    147       <varlistentry>
    148         <term><parameter>--enable-initfini-array</parameter></term>
    149         <listitem>
    150           <para>This option is automatically enabled when building a native
    151           compiler with a native compiler on x86. But here, we build with
    152           a cross compiler, so we need to explicitly set this option.</para>
    153         </listitem>
    154       </varlistentry>
    155 
    156146    </variablelist>
    157147
Note: See TracChangeset for help on using the changeset viewer.