diff options
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. |