summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-02 13:04:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-02 13:04:33 +0000
commit820bfa725fadf648e18d002636d05202ee236095 (patch)
tree3c0cc1a9bae8fdb8a113ecab4c3ce07ed53cacaf
parent6316aa9f40786d2fce3f062d19f1f37f4162ab3c (diff)
downloadopenembedded-core-820bfa725fadf648e18d002636d05202ee236095.tar.gz
openembedded-core-820bfa725fadf648e18d002636d05202ee236095.tar.bz2
openembedded-core-820bfa725fadf648e18d002636d05202ee236095.tar.xz
openembedded-core-820bfa725fadf648e18d002636d05202ee236095.zip
bitbake.conf: Fix PARALLEL_MAKE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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.