summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-06 15:47:20 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-06 15:47:20 +0000
commit489818982112b33b8dc16d090a038d29d4676d73 (patch)
treeceb3169f679a3c685aa5ded0450e4d51c89c447a /conf/bitbake.conf
parent841650097842ae88fcd78f94c33fb709abe2ec3e (diff)
bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by Richard Purdie
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index c3263390d3..b5b25407c3 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -380,7 +380,7 @@ export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
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.