From e858c02c4276d5e675574d80d17180b7de757d51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Mar 2017 23:45:51 -0700 Subject: lxc: Remove gcc-5 specific workaround We are using gcc6 now Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index 90d17e29..250ac4d9 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb @@ -55,9 +55,6 @@ EXTRA_OECONF += "--enable-log-src-basename" CFLAGS_append = " -Wno-error=deprecated-declarations" -# disable problematic GCC 5.2 optimizations [YOCTO #8291] -FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns2" - PACKAGECONFIG ??= "templates \ ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ " -- cgit v1.2.3-54-g00ecf