diff options
-rw-r--r-- | chapter8/binutils.sh | 3 |
1 files changed, 1 insertions, 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 && |