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:
parent
aa7f55e9fc
commit
473f2a92cd
@ -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>
|
Tue Feb 2 09:33:28 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -568,6 +568,9 @@ profile="--disable-profile"
|
|||||||
%ifarch armv7hl ppc ppc64 ppc64le i686 x86_64 sparc sparc64 s390 s390x
|
%ifarch armv7hl ppc ppc64 ppc64le i686 x86_64 sparc sparc64 s390 s390x
|
||||||
--enable-multi-arch \
|
--enable-multi-arch \
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch aarch64
|
||||||
|
--enable-memory-tagging \
|
||||||
|
%endif
|
||||||
%ifarch mipsel
|
%ifarch mipsel
|
||||||
--without-fp \
|
--without-fp \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user