Alexander Couzens has uploaded this change for review. ( https://review.coreboot.org/21229
Change subject: crossgcc/Makefile: don't allow to call buildgcc in parallel ......................................................................
crossgcc/Makefile: don't allow to call buildgcc in parallel
Change-Id: If296414f8cb3bc87862cdc20f3d3acc1a3f78556 Signed-off-by: Alexander Couzens lynxis@fe80.eu --- M util/crossgcc/Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/21229/1
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 24fe942..f36d65f 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -87,3 +87,4 @@ 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: