git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8416500
)
bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by Richard...
author
Koen Kooi
<koen@openembedded.org>
Sun, 6 Jul 2008 15:47:20 +0000
(15:47 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 6 Jul 2008 15:47:20 +0000
(15:47 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
c326339
..
b5b2540
100644
(file)
--- 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.