summaryrefslogtreecommitdiff
path: root/profiles/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/mips')
-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.