From e1d233c8afe5d54998160df8d03c78f4f4179a12 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 6 May 2022 20:31:01 +0800 Subject: gcc-12: remove --enable-initfini-array in pass 1 Reference: https://gcc.gnu.org/r12-1328 --- chapter05/gcc-pass1.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 32ace456a..34ad1b15e 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -87,7 +87,6 @@ cd build --with-sysroot=$LFS \ --with-newlib \ --without-headers \ - --enable-initfini-array \ --disable-nls \ --disable-shared \ --disable-multilib \ @@ -133,15 +132,6 @@ cd build - - --enable-initfini-array - - This switch forces the use of some internal data structures - that are needed but cannot be detected when building a cross - compiler. - - - --disable-shared -- cgit v1.2.3-54-g00ecf