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:
parent
354b60af29
commit
849f58107a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user