From: Richard Purdie Date: Mon, 2 Jun 2008 13:04:33 +0000 (+0000) Subject: bitbake.conf: Fix PARALLEL_MAKE X-Git-Tag: 2011-1~8903 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=820bfa725fadf648e18d002636d05202ee236095;p=openembedded-core.git bitbake.conf: Fix PARALLEL_MAKE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a622fc8015..74b593a034 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.