From: Michael Tremer Date: Thu, 5 Aug 2021 20:20:53 +0000 (+0000) Subject: glibc: Enable memory tagging on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75bf5e38da8558f49b5ca2425b34737e1e5b4020;p=people%2Fms%2Fipfire-2.x.git glibc: Enable memory tagging on aarch64 https://lwn.net/Articles/834289/ Signed-off-by: Michael Tremer --- diff --git a/lfs/glibc b/lfs/glibc index 9c631de4c1..685e56e970 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 ###############################################################################