diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-21 12:38:42 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-24 06:15:10 +0200 |
commit | 3950966e327c8420e6dffa2efcd9181bd7bc3527 (patch) | |
tree | 73bb817e4787ba541d3df15da57fc076b62fd4c7 /src/mainboard/google/parrot | |
parent | 32c965170512a62659f54fe46d53117a847f97f3 (diff) |
crossgcc/Makefile: Allow making toolchains using multiple cores
I looked for a way to pass the 'make crossgcc -j8' on to buildgcc, but
didn't find a way to get that value directly. MAKEFLAGS turns -j8 into
a jobserver variable.
Instead, this patch allows the number of CPUs to be set on the command
line through a variable instead.
Example: 'make crossgcc BUILDJOBS=8'
Change-Id: I37608cdb4549226cb7ff8c3ff6d9f4773acf6b0b
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10620
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/parrot')
0 files changed, 0 insertions, 0 deletions