summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-05-01 13:02:54 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-05-01 19:17:42 -0400
commita5d7132f3ad7ecc2bb888105e39887ffc5cf43b7 (patch)
tree3459e2d87994a419e4ad2407a0b81d95159855d1
parentdev-java/jimfs: Keyword 1.3.0 x86, #929987 (diff)
downloadgentoo-a5d7132f3ad7ecc2bb888105e39887ffc5cf43b7.tar.gz
gentoo-a5d7132f3ad7ecc2bb888105e39887ffc5cf43b7.tar.bz2
gentoo-a5d7132f3ad7ecc2bb888105e39887ffc5cf43b7.zip
profiles/arch/mips: unmask sanitizers
Bug: https://bugs.gentoo.org/779742 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--profiles/arch/mips/mips64/package.use.mask6
-rw-r--r--profiles/arch/mips/package.use.mask4
2 files changed, 10 insertions, 0 deletions
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_gentoo@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_gentoo@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_gentoo@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.