https://lwn.net/Articles/834289/
Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/glibc | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/lfs/glibc b/lfs/glibc index 9c631de4c..685e56e97 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -69,6 +69,10 @@ ifeq "$(BUILD_ARCH)" "x86_64" EXTRA_CONFIG += --enable-cet endif
+ifeq "$(BUILD_ARCH)" "aarch64" + EXTRA_CONFIG += --enable-memory-tagging +endif + ############################################################################### # Top-level Rules ###############################################################################