From a395752eabf88c55be198cb3a568988bd3807c90 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sat, 20 Apr 2013 09:41:30 +0000 Subject: [PATCH] Breaks on a 4-core build, mark MAKE_JOBS_UNSAFE Submitted by: Christoph Mallon Feature safe: yes --- devel/cross-gcc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index bdbd729450fb..41505a771537 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -41,6 +41,7 @@ USES= bison STRIP= #empty GNU_CONFIGURE= yes ALL_TARGET= all info +MAKE_JOBS_UNSAFE=yes DEPENDS_ARGS= TGTARCH="${TGTARCH}" TGTABI="${TGTABI}"