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:48 +0000 |
commit | 2966016a5b14d4c7f362d15b93e4cd2390b11fe1 (patch) | |
tree | 01c56226e4f9bedef07adf5473053defae0e132c /meta/conf | |
parent | 3bdeda543785fca512ff54bc85c5fd5988a5b232 (diff) | |
download | poky-2966016a5b14d4c7f362d15b93e4cd2390b11fe1.tar.gz |
bitbake.conf: remove unused ALLOWED_FLAGS
This variable hasn't been used for a *long* time, remove it from bitbake.conf.
(From OE-Core rev: 91c1235a1614a0b097f0a9efdd13436412a35387)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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}" | |||
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 ? | ||
539 | ALLOWED_FLAGS = "-O -mcpu -march -pipe" | ||
540 | |||
541 | # Pass parallel make options to the compile task | 538 | # Pass parallel make options to the compile task |
542 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " | 539 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " |
543 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" | 540 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" |