From: Ross Burton Date: Tue, 9 Feb 2016 21:46:40 +0000 (+0000) Subject: bitbake.conf: remove unused ALLOWED_FLAGS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27072 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c1235a1614a0b097f0a9efdd13436412a35387;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: remove unused ALLOWED_FLAGS This variable hasn't been used for a *long* time, remove it from bitbake.conf. Signed-off-by: Ross Burton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3837b1e9822..bdbd3c8c349 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -535,9 +535,6 @@ export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" # -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \ # -Wl,-O1" -# Which flags to leave by strip-flags() in bin/build/oebuild.sh ? -ALLOWED_FLAGS = "-O -mcpu -march -pipe" - # Pass parallel make options to the compile task EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}"