mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
glibc: Enable cet
Enable Intel Control-flow Enforcement Technology (CET) instrumentation support helps with overcoming /lib/libc.so.6: CPU ISA level is lower than required (From OE-Core rev: c864e0e496ab1a4176d7a1673d8fc5b300ae68cf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -74,6 +74,9 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
||||
|
||||
EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
|
||||
|
||||
EXTRA_OECONF_append_x86 = " --enable-cet"
|
||||
EXTRA_OECONF_append_x86-64 = " --enable-cet"
|
||||
|
||||
PACKAGECONFIG ??= "nscd"
|
||||
PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user