summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f18e35b7eb..a1420cf373 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -493,8 +493,11 @@ export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}"
493# Which flags to leave by strip-flags() in bin/build/oebuild.sh ? 493# Which flags to leave by strip-flags() in bin/build/oebuild.sh ?
494ALLOWED_FLAGS = "-O -mcpu -march -pipe" 494ALLOWED_FLAGS = "-O -mcpu -march -pipe"
495 495
496# Pass parallel make options to the compile task only 496# Pass parallel make options to the compile task
497EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " 497EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
498PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}"
499# Pass parallel make options to the install task
500EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} "
498 501
499################################################################## 502##################################################################
500# Optimization flags. 503# Optimization flags.