aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-08-27 21:08:50 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-09 09:40:34 +0000
commitf126b4b8f8ddd061380515b60594c21d1c6c52dc (patch)
tree719fb63ae63b346f0fe8e4647cb17f1994fbb5ea /util/crossgcc
parent97b337b252fe67f8ffb7a98f70f08835513920ba (diff)
crossgcc/Makefile: don't allow to call buildgcc in parallel
Change-Id: If296414f8cb3bc87862cdc20f3d3acc1a3f78556 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: https://review.coreboot.org/21229 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rw-r--r--util/crossgcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 4ad2c9458a..0c092d7070 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -87,3 +87,4 @@ distclean: clean
all_without_gdb build_tools build-i386 build-x64 build-arm \
build-aarch64 build-mips build-riscv build-power8 build-nds32le \
clean distclean clean_tempfiles
+.NOTPARALLEL: