Ignore:
Timestamp:
08/26/2022 12:31:34 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
5adc76b
Parents:
c84ec38
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 11:22:15 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:34 PM)
Message:

arm64: 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

(cherry picked from commit 7500d50282b8f0eb1f69e1007362451122cbc557)

Pick it up early in ARM64 branch to remove one reference to x86.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    rc84ec38 r8e7fe4a  
    8888    --prefix=/usr                                  \
    8989    --with-build-sysroot=$LFS                      \
    90     --enable-initfini-array                        \
    9190    --disable-nls                                  \
    9291    --disable-multilib                             \
     
    142141      </varlistentry>
    143142
    144       <varlistentry>
    145         <term><parameter>--enable-initfini-array</parameter></term>
    146         <listitem>
    147           <para>This option is automatically enabled when building a native
    148           compiler with a native compiler on x86. But here, we build with
    149           a cross compiler, so we need to explicitly set this option.</para>
    150         </listitem>
    151       </varlistentry>
    152 
    153143    </variablelist>
    154144
Note: See TracChangeset for help on using the changeset viewer.