summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2018-11-29 07:34:32 (GMT)
committerKoenig, Joerg <jck@techsat.com>2018-11-29 07:41:40 (GMT)
commitc81ca67f05010d1db543846a7485ac6875c24089 (patch)
tree9135f869ce65bf1fcc32fb901a14ff2f1d7e17e1
parentc073de1bd5f16e4353d7e9f50fbec7d32d84b7b9 (diff)
downloadgcc-compiler-suite-c81ca67f05010d1db543846a7485ac6875c24089.zip
gcc-compiler-suite-c81ca67f05010d1db543846a7485ac6875c24089.tar.gz
gcc-compiler-suite-c81ca67f05010d1db543846a7485ac6875c24089.tar.bz2
Fixed Makefile.32refs/changes/88/6288/2
Change-Id: I6dee679ad94653b7bc7de93d99e5499cb409e6a9
-rwxr-xr-xMakefile.322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.32 b/Makefile.32
index 175689e..5ffea18 100755
--- a/Makefile.32
+++ b/Makefile.32
@@ -89,7 +89,7 @@ SOURCE_PACKAGES = \
$(SOURCE_DIR)/zlib-$(VERSION_ZLIB).tar.gz \
$(SOURCE_DIR)/bzip2-$(VERSION_BZ2).tar.gz
-JOBS = -j4
+JOBS =
$(SOURCE_DIR)/binutils-$(VERSION_BINUTILS).tar.bz2: _download_prepare
wget -c https://ftp.gnu.org/gnu/binutils/binutils-$(VERSION_BINUTILS).tar.bz2 -O \