build_cross_tools_gcc4: Enable initfini-array in binutils.

Our implementation of it now behaves properly after the last commit.

Change-Id: I6bebc91ae0f9512ea07ad6a7a4ccea9ee758e01b
Reviewed-on: https://review.haiku-os.org/c/908
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Augustin Cavalier 2019-01-26 19:52:55 -05:00 committed by waddlesplash
parent 354b60af29
commit 849f58107a

View File

@ -211,7 +211,7 @@ CFLAGS="$ccFlags" CXXFLAGS="$cxxFlags" "$binutilsSourceDir/configure" \
--prefix="$installDir" $buildHostSpec --target=$haikuMachine \
--enable-targets=$binutilsTargets \
--disable-nls --disable-shared --disable-werror \
--with-sysroot="$sysrootDir" --disable-initfini-array \
--with-sysroot="$sysrootDir" \
--disable-maintainer-mode \
$binutilsConfigureArgs \
|| exit 1