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 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 - - --enable-initfini-array - - 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. - - - Compile the package: