diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-22 10:05:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-24 17:54:29 +0100 |
commit | 6e7ed5ef62515352441b94e3029b8bdec6f375a6 (patch) | |
tree | 83f5998aeef4c0fa3d5d98143907516db8e6cd53 | |
parent | 9673278dddfe7eb5a676f73ebb9933581db0158b (diff) | |
download | poky-6e7ed5ef62515352441b94e3029b8bdec6f375a6.tar.gz |
Revert "systemd: disable problematic GCC 5.2 optimizations"
This reverts commit d347bd8b672fbd614a6267f640133cf399b9645f.
Accidentally merged v1 of this, revert so we can merge v2.
(From OE-Core rev: 564a114a72d223e9445139394a8d2574c7af98df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_225.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 4a19ff4c63..f7d4c7df48 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb | |||
@@ -123,9 +123,6 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ | |||
123 | # uclibc does not have NSS | 123 | # uclibc does not have NSS |
124 | EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " | 124 | EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " |
125 | 125 | ||
126 | # disable problematic GCC 5.2 optimizations [YOCTO #8291] | ||
127 | FULL_OPTIMIZATION += "-fno-schedule-insns -fno-schedule-insns2" | ||
128 | |||
129 | do_configure_prepend() { | 126 | do_configure_prepend() { |
130 | export NM="${HOST_PREFIX}gcc-nm" | 127 | export NM="${HOST_PREFIX}gcc-nm" |
131 | export AR="${HOST_PREFIX}gcc-ar" | 128 | export AR="${HOST_PREFIX}gcc-ar" |