summaryrefslogtreecommitdiff
path: root/Toolchain/BuildIt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Toolchain/BuildIt.sh')
-rwxr-xr-xToolchain/BuildIt.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Toolchain/BuildIt.sh b/Toolchain/BuildIt.sh
index 4c9be2884f..1ca6bbc747 100755
--- a/Toolchain/BuildIt.sh
+++ b/Toolchain/BuildIt.sh
@@ -355,6 +355,11 @@ pushd "$DIR/Build/$ARCH"
pushd binutils
echo "XXX configure binutils"
+
+ # We don't need the documentation that is being built, so
+ # don't force people to install makeinfo just for that.
+ export ac_cv_prog_MAKEINFO=true
+
buildstep "binutils/configure" "$DIR"/Tarballs/$BINUTILS_NAME/configure --prefix="$PREFIX" \
--target="$TARGET" \
--with-sysroot="$SYSROOT" \