shell syntax, not makefile syntax (issue #131)

This commit is contained in:
Trammell Hudson 2017-04-06 11:01:48 -04:00
parent 192e122719
commit ea8a55fe5b
Failed to extract signature

View File

@ -25,7 +25,7 @@ index 4e321c9..336c65b 100644
#GCC_CONFFLAGS="--with-arch=armv7-a --with-float=softfp"
-MAKEFLAGS=-j8
+MAKEFLAGS := -j`nproc`
+MAKEFLAGS=-j`nproc`
# Enable this to build the bootstrap gcc (thrown away) without optimization, to reduce build time
GCC_STAGE1_NOOPT=1