diff options
author | Eric Andersen | 2003-10-18 13:09:54 +0200 |
---|---|---|
committer | Eric Andersen | 2003-10-18 13:09:54 +0200 |
commit | 02bf5816b5dfab63ddabe0bc56286aac09e3cf0c (patch) | |
tree | b70635c37c7ba2eb80fde54453e3f03a14fc20a2 /Makefile | |
parent | do not use a perl, just use a patch (diff) | |
download | buildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.tar.gz buildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.tar.xz buildroot-02bf5816b5dfab63ddabe0bc56286aac09e3cf0c.zip |
Add support for 'make -j3' so make to run stuff in parallel
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ MULTILIB:=--enable-multilib #Install libstdc++? INSTALL_LIBSTDCPP=true +# For SMP machines some stuff can be run in parallel +#JLEVEL=-j3 + ############################################################# # # The list of stuff to build for the target filesystem |