mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
lxc: Remove gcc-5 specific workaround
We are using gcc6 now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
7bf6863a5a
commit
e858c02c42
|
@ -55,9 +55,6 @@ EXTRA_OECONF += "--enable-log-src-basename"
|
||||||
|
|
||||||
CFLAGS_append = " -Wno-error=deprecated-declarations"
|
CFLAGS_append = " -Wno-error=deprecated-declarations"
|
||||||
|
|
||||||
# disable problematic GCC 5.2 optimizations [YOCTO #8291]
|
|
||||||
FULL_OPTIMIZATION_append_arm = " -fno-schedule-insns2"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "templates \
|
PACKAGECONFIG ??= "templates \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user