Toolchain: Add missing buildstep calls

This commit is contained in:
Gunnar Beutner 2021-04-18 14:46:52 +02:00 committed by Linus Groh
parent 8a50c8431b
commit 05d140e7bd

View file

@ -227,9 +227,9 @@ pushd "$DIR/Build/$ARCH"
# under macOS generated makefiles are not resolving the "intl"
# dependency properly to allow linking its own copy of
# libintl when building with --enable-shared.
"$MAKE" -j "$MAKEJOBS" || true
buildstep "binutils/build" "$MAKE" -j "$MAKEJOBS" || true
pushd intl
"$MAKE" all-yes
buildstep "binutils/build" "$MAKE" all-yes
popd
fi
echo "XXX build binutils"