summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
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.