From 820bfa725fadf648e18d002636d05202ee236095 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jun 2008 13:04:33 +0000 Subject: bitbake.conf: Fix PARALLEL_MAKE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a622fc801..74b593a03 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -395,7 +395,7 @@ export TARGET_LDFLAGS = "-Wl,-O1" ALLOWED_FLAGS = "-O -mcpu -march -pipe" # Pass parallel make options to the compile task only -EXTRA_OEMAKE_prepend_task_do_compile = "${PARALLEL_MAKE} " +EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " ################################################################## # Optimization flags. -- cgit v1.2.3