From mboxrd@z Thu Jan  1 00:00:00 1970
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 04/28] glibc: Enable memory tagging on aarch64
Date: Fri, 04 Feb 2022 16:47:24 +0000
Message-ID: <20220204164748.315559-4-michael.tremer@ipfire.org>
In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0451181399508653839=="
List-Id: <development.lists.ipfire.org>

--===============0451181399508653839==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

https://lwn.net/Articles/834289/

Signed-off-by: Michael Tremer <michael.tremer(a)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 +=3D --enable-cet
 endif
=20
+ifeq "$(BUILD_ARCH)" "aarch64"
+	EXTRA_CONFIG +=3D --enable-memory-tagging
+endif
+
 ############################################################################=
###
 # Top-level Rules
 ############################################################################=
###
--=20
2.30.2


--===============0451181399508653839==--