From dca78e0b8fca44061d8fa3525df292c4e961ce8c Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 21 Apr 2021 18:24:31 -0500 Subject: Don't hard code jobs for arm. Just back one off when building for arm by setting MAKEFLAGS and NINJAJOBS in env.sh. --- chapter8/binutils.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter8/binutils.sh b/chapter8/binutils.sh index 43bf03b..b5c5732 100644 --- a/chapter8/binutils.sh +++ b/chapter8/binutils.sh @@ -17,8 +17,7 @@ cd build || exit 1 --enable-64-bit-bfd \ --with-system-zlib && -make tooldir=/usr \ - "$([ "$(uname -m)" = aarch64 ] && echo -j5)" && +make tooldir=/usr && make tooldir=/usr -j1 install && -- cgit v1.2.3-54-g00ecf