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:52:25 +0100 |
commit | 564a114a72d223e9445139394a8d2574c7af98df (patch) | |
tree | 8c57750a77b5c44393f5fb512b655811222eb217 /meta/recipes-core | |
parent | 2642fb1e00878baa8eaec80015ff3678cb3088f8 (diff) | |
download | openembedded-core-564a114a72d223e9445139394a8d2574c7af98df.tar.gz openembedded-core-564a114a72d223e9445139394a8d2574c7af98df.tar.bz2 openembedded-core-564a114a72d223e9445139394a8d2574c7af98df.zip |
Revert "systemd: disable problematic GCC 5.2 optimizations"
This reverts commit d347bd8b672fbd614a6267f640133cf399b9645f.
Accidentally merged v1 of this, revert so we can merge v2.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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} \ # 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" |