diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_232.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb index e54c723d7f..25fe496417 100644 --- a/meta/recipes-core/systemd/systemd_232.bb +++ b/meta/recipes-core/systemd/systemd_232.bb | |||
@@ -161,6 +161,9 @@ CFLAGS .= "${@bb.utils.contains('PACKAGECONFIG', 'valgrind', ' -DVALGRIND=1', '' | |||
161 | # disable problematic GCC 5.2 optimizations [YOCTO #8291] | 161 | # disable problematic GCC 5.2 optimizations [YOCTO #8291] |
162 | FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns -fno-schedule-insns2" | 162 | FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns -fno-schedule-insns2" |
163 | 163 | ||
164 | # Avoid login failure on qemumips64 when pam is enabled | ||
165 | FULL_OPTIMIZATION_append_mips64 = " -fno-tree-switch-conversion -fno-tree-tail-merge" | ||
166 | |||
164 | do_configure_prepend() { | 167 | do_configure_prepend() { |
165 | export NM="${HOST_PREFIX}gcc-nm" | 168 | export NM="${HOST_PREFIX}gcc-nm" |
166 | export AR="${HOST_PREFIX}gcc-ar" | 169 | export AR="${HOST_PREFIX}gcc-ar" |