commit:     a5d7132f3ad7ecc2bb888105e39887ffc5cf43b7
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed May  1 17:02:54 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed May  1 23:17:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d7132f

profiles/arch/mips: unmask sanitizers

Bug: https://bugs.gentoo.org/779742
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 profiles/arch/mips/mips64/package.use.mask | 6 ++++++
 profiles/arch/mips/package.use.mask        | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/mips/mips64/package.use.mask 
b/profiles/arch/mips/mips64/package.use.mask
new file mode 100644
index 000000000000..c06ddc3a2aa5
--- /dev/null
+++ b/profiles/arch/mips/mips64/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# matoro <matoro_gen...@matoro.tk> (2024-05-01)
+# Sanitizers supported on 64-bit mips only, #779742
+sys-libs/compiler-rt-sanitizers -dfsan -lsan -msan -tsan -cfi

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 5648e613b438..d12ad2b0168e 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# matoro <matoro_gen...@matoro.tk> (2024-05-01)
+# Sanitizers supported on both 32-bit and 64-bit mips, #779742
+sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray
+
 # matoro <matoro_gen...@matoro.tk> (2024-03-21)
 # Test suite is very fragile and doesn't even run on amd64.
 # No real point in running it here right now, bug #804115.

Reply via email to