mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 17:22:53 +00:00
shell syntax, not makefile syntax (issue #131)
This commit is contained in:
parent
192e122719
commit
ea8a55fe5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user