summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3837b1e982..bdbd3c8c34 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -535,9 +535,6 @@ export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}"
535# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \ 535# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \
536# -Wl,-O1" 536# -Wl,-O1"
537 537
538# Which flags to leave by strip-flags() in bin/build/oebuild.sh ?
539ALLOWED_FLAGS = "-O -mcpu -march -pipe"
540
541# Pass parallel make options to the compile task 538# Pass parallel make options to the compile task
542EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " 539EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
543PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" 540PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}"