mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
bitbake.conf: Fix PARALLEL_MAKE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user