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
This commit is contained in:
Andreas Schwab 2021-02-16 15:33:24 +00:00 committed by Git OBS Bridge
parent aa7f55e9fc
commit 473f2a92cd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 16 13:52:50 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add --enable-memory-tagging for aarch64
-------------------------------------------------------------------
Tue Feb 2 09:33:28 UTC 2021 - Andreas Schwab <schwab@suse.de>

View File

@ -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