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