diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-09 21:46:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:28 +0000 |
commit | 91c1235a1614a0b097f0a9efdd13436412a35387 (patch) | |
tree | c2a3d8a0335ea0c4c6162d6ba09ed52436e4602c /meta/conf/bitbake.conf | |
parent | 71382cb226129c7991a82e37f3e8723042608546 (diff) | |
download | openembedded-core-91c1235a1614a0b097f0a9efdd13436412a35387.tar.gz openembedded-core-91c1235a1614a0b097f0a9efdd13436412a35387.tar.bz2 openembedded-core-91c1235a1614a0b097f0a9efdd13436412a35387.zip |
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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}" # -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}" |