mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
glibc: do not enable memory tagging on aarch64 just yet
Sadly, it seems to break copy-on-write as reported here: https://lists.openembedded.org/g/openembedded-core/message/153082 (From OE-Core rev: 6891217346128cf529c15192defa096378fc5091) (From OE-Core rev: 85b5b9a3f793f66bd396daa585d8693e13c11b08) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cb7996ae21
commit
5b39d87851
@@ -90,10 +90,10 @@ EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
|
||||
|
||||
EXTRA_OECONF_append_x86 = " --enable-cet"
|
||||
EXTRA_OECONF_append_x86-64 = " --enable-cet"
|
||||
EXTRA_OECONF_append_aarch64 = " --enable-memory-tagging"
|
||||
|
||||
PACKAGECONFIG ??= "nscd"
|
||||
PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
|
||||
PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging"
|
||||
|
||||
do_patch_append() {
|
||||
bb.build.exec_func('do_fix_readlib_c', d)
|
||||
|
||||
Reference in New Issue
Block a user