diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-02 13:04:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-02 13:04:33 +0000 |
commit | 820bfa725fadf648e18d002636d05202ee236095 (patch) | |
tree | 3c0cc1a9bae8fdb8a113ecab4c3ce07ed53cacaf /meta | |
parent | 6316aa9f40786d2fce3f062d19f1f37f4162ab3c (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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" | |||
395 | ALLOWED_FLAGS = "-O -mcpu -march -pipe" | 395 | ALLOWED_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 |
398 | EXTRA_OEMAKE_prepend_task_do_compile = "${PARALLEL_MAKE} " | 398 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " |
399 | 399 | ||
400 | ################################################################## | 400 | ################################################################## |
401 | # Optimization flags. | 401 | # Optimization flags. |