diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 19:22:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 20:31:34 +0800 |
commit | 8e7fe4acd44ae02c0117f21646dd25402813f620 (patch) | |
tree | 301ea98415500d20612b351229f0955b95aa5d6b /chapter06 | |
parent | c84ec3875a2fe00d11fab829cb969f2c86865228 (diff) |
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.
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-pass2.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 169fc4595..8d3a9449c 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -87,7 +87,6 @@ cd build</userinput></screen> LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \ --prefix=/usr \ --with-build-sysroot=$LFS \ - --enable-initfini-array \ --disable-nls \ --disable-multilib \ --disable-decimal-float \ @@ -141,15 +140,6 @@ cd build</userinput></screen> </listitem> </varlistentry> - <varlistentry> - <term><parameter>--enable-initfini-array</parameter></term> - <listitem> - <para>This option is automatically enabled when building a native - compiler with a native compiler on x86. But here, we build with - a cross compiler, so we need to explicitly set this option.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |