SHA256
1
0
forked from pool/glibc

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

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