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

Reference: https://gcc.gnu.org/r12-1328
This commit is contained in:
Xi Ruoyao 2022-05-06 20:31:01 +08:00 committed by William Harrington
parent 58fdf9522d
commit 1f7503cad9

View File

@ -89,7 +89,6 @@ cd build</userinput></screen>
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--enable-initfini-array \
--disable-nls \
--disable-shared \
--disable-multilib \
@ -135,15 +134,6 @@ cd build</userinput></screen>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--enable-initfini-array</parameter></term>
<listitem>
<para>This switch forces the use of some internal data structures
that are needed but cannot be detected when building a cross
compiler.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
<listitem>