From 473f2a92cd602a6a65ec4933652cb40d03f9708242434194843df6f98b495d97 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Feb 2021 15:33:24 +0000 Subject: [PATCH] Accepting request 872846 from home:Guillaume_G:branches:Base:System - Add --enable-memory-tagging for aarch64 OBS-URL: https://build.opensuse.org/request/show/872846 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=579 --- glibc.changes | 5 +++++ glibc.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/glibc.changes b/glibc.changes index e805c2c..f857bac 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 16 13:52:50 UTC 2021 - Guillaume GARDET + +- Add --enable-memory-tagging for aarch64 + ------------------------------------------------------------------- Tue Feb 2 09:33:28 UTC 2021 - Andreas Schwab diff --git a/glibc.spec b/glibc.spec index 79fe3a4..80eae12 100644 --- a/glibc.spec +++ b/glibc.spec @@ -568,6 +568,9 @@ profile="--disable-profile" %ifarch armv7hl ppc ppc64 ppc64le i686 x86_64 sparc sparc64 s390 s390x --enable-multi-arch \ %endif +%ifarch aarch64 + --enable-memory-tagging \ +%endif %ifarch mipsel --without-fp \ %endif