mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
glibc: re-enable memory tagging
Now that the performance regressions caused by MTE have been resolved, we can enable memory tagging again. It is safe to globally enable the config as glibc does nothing if it isn't supported on that target. (From OE-Core rev: 5910d46b2a4b4387c12feb447c42864ec6b7828c) (From OE-Core rev: deea7b96a0a4232c8119549dc2e8ecbc0bf47f0f) Signed-off-by: Ross Burton <ross.burton@arm.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
bd5fa06a7f
commit
252d9a4edb
@@ -92,7 +92,7 @@ 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 memory-tagging"
|
||||
PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
|
||||
PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user