summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-10-27 17:43:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:23:57 +0000
commit8d3edc98218aad84e747a0ee0f9d6b73e07686eb (patch)
tree0001352018190d455dc794da612bad25045ab481 /meta/recipes-core
parent8d706de096f20de7fb25f4bde9296b03399029b8 (diff)
downloadpoky-8d3edc98218aad84e747a0ee0f9d6b73e07686eb.tar.gz
systemd: remove useless options for mips4
Looking back the history, we had problem with systemd on qemumips64 which is also related to compilation flags. We solved that by using tweaking FULL_OPTIMIZATION for mips64 to have "-fno-tree-switch-conversion -fno-tree-tail-merge". Now systemd has been upgraded to 234, and we don't have the above problem any more, thus removing these flags. (From OE-Core rev: a7b30e604ccc74cab65e3ac6a4fb08f68abc983e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_234.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/recipes-core/systemd/systemd_234.bb
index 36fd3f8ff4..971226ff7c 100644
--- a/meta/recipes-core/systemd/systemd_234.bb
+++ b/meta/recipes-core/systemd/systemd_234.bb
@@ -158,9 +158,6 @@ CFLAGS .= "${@bb.utils.contains('PACKAGECONFIG', 'valgrind', ' -DVALGRIND=1', ''
158# disable problematic GCC 5.2 optimizations [YOCTO #8291] 158# disable problematic GCC 5.2 optimizations [YOCTO #8291]
159FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns -fno-schedule-insns2" 159FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns -fno-schedule-insns2"
160 160
161# Avoid login failure on qemumips64 when pam is enabled
162FULL_OPTIMIZATION_append_mips64 = " -fno-tree-switch-conversion -fno-tree-tail-merge"
163
164COMPILER_NM ?= "${HOST_PREFIX}gcc-nm" 161COMPILER_NM ?= "${HOST_PREFIX}gcc-nm"
165COMPILER_AR ?= "${HOST_PREFIX}gcc-ar" 162COMPILER_AR ?= "${HOST_PREFIX}gcc-ar"
166COMPILER_RANLIB ?= "${HOST_PREFIX}gcc-ranlib" 163COMPILER_RANLIB ?= "${HOST_PREFIX}gcc-ranlib"