]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
glibc: Enable memory tagging on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 16:47:24 +0000 (16:47 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:09:29 +0000 (12:09 +0000)
https://lwn.net/Articles/834289/

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/glibc

index 9c631de4c11762aaacc04f34280eeafff470ca2f..685e56e970cd3d3e53136d8b8081cfafddd1d46c 100644 (file)
--- 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
 ###############################################################################