[oe-commits] Ross Burton : Revert "systemd: disable problematic GCC 5.2 optimizations"

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 21:46:27 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e5e69130c3cf20a95bab1561716d7e54db0fe1ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5e69130c3cf20a95bab1561716d7e54db0fe1ee

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Sep 22 10:05:23 2015 +0100

Revert "systemd: disable problematic GCC 5.2 optimizations"

This reverts commit d347bd8b672fbd614a6267f640133cf399b9645f.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_225.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 4a19ff4..f7d4c7d 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} \
 # uclibc does not have NSS
 EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "
 
-# disable problematic GCC 5.2 optimizations [YOCTO #8291]
-FULL_OPTIMIZATION += "-fno-schedule-insns -fno-schedule-insns2"
-
 do_configure_prepend() {
 	export NM="${HOST_PREFIX}gcc-nm"
 	export AR="${HOST_PREFIX}gcc-ar"



More information about the Openembedded-commits mailing list