diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-18 11:09:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-18 11:09:54 +0000 |
commit | 02bf5816b5dfab63ddabe0bc56286aac09e3cf0c (patch) | |
tree | b70635c37c7ba2eb80fde54453e3f03a14fc20a2 /Makefile | |
parent | 08e8565328974267fd4c054f18cb618f0d913654 (diff) |
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 |