From cdee6c52cf29b4c08124a071fc051dee18af0877 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sat, 13 Sep 2014 00:19:45 +0200 Subject: [PATCH] --disable-doc when building binutils --- build-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-toolchain.sh b/build-toolchain.sh index 3e532c0f27..646f8b033f 100644 --- a/build-toolchain.sh +++ b/build-toolchain.sh @@ -23,7 +23,7 @@ set -e cd binutils-build export "CFLAGS=-Wno-error" -$SRC/binutils/configure --target=m68k-unknown-elf --prefix=$PREFIX +$SRC/binutils/configure --target=m68k-unknown-elf --prefix=$PREFIX --disable-doc make -j8 make install