summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
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 /meta/conf/bitbake.conf
parent6316aa9f40786d2fce3f062d19f1f37f4162ab3c (diff)
downloadpoky-820bfa725fadf648e18d002636d05202ee236095.tar.gz
bitbake.conf: Fix PARALLEL_MAKE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 a622fc8015..74b593a034 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -395,7 +395,7 @@ export TARGET_LDFLAGS = "-Wl,-O1"
395ALLOWED_FLAGS = "-O -mcpu -march -pipe" 395ALLOWED_FLAGS = "-O -mcpu -march -pipe"
396 396
397# Pass parallel make options to the compile task only 397# Pass parallel make options to the compile task only
398EXTRA_OEMAKE_prepend_task_do_compile = "${PARALLEL_MAKE} " 398EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
399 399
400################################################################## 400##################################################################
401# Optimization flags. 401# Optimization flags.