]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: remove unused ALLOWED_FLAGS
authorRoss Burton <ross.burton@intel.com>
Tue, 9 Feb 2016 21:46:40 +0000 (21:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:28 +0000 (12:27 +0000)
This variable hasn't been used for a *long* time, remove it from bitbake.conf.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf

index 3837b1e98224b10b1aba2522436519d01714c951..bdbd3c8c3495cfb36094a59852d7a634059115de 100644 (file)
@@ -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}"