From f126b4b8f8ddd061380515b60594c21d1c6c52dc Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 27 Aug 2017 21:08:50 +0200 Subject: crossgcc/Makefile: don't allow to call buildgcc in parallel Change-Id: If296414f8cb3bc87862cdc20f3d3acc1a3f78556 Signed-off-by: Alexander Couzens Reviewed-on: https://review.coreboot.org/21229 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Stefan Reinauer --- util/crossgcc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util/crossgcc') 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: -- cgit v1.2.3