diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-21 16:17:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-21 20:06:07 +0100 |
commit | 9dcb7bb2b40b43c6d2f3573ca0d5ac72902a904f (patch) | |
tree | f2397ad992ea0e52c15d562a1a04d8d3610da2c9 /profiles/arch/base | |
parent | sys-libs/compiler-rt-sanitizers: Update REQUIRED_USE (diff) | |
download | gentoo-9dcb7bb2b40b43c6d2f3573ca0d5ac72902a904f.tar.gz gentoo-9dcb7bb2b40b43c6d2f3573ca0d5ac72902a904f.tar.bz2 gentoo-9dcb7bb2b40b43c6d2f3573ca0d5ac72902a904f.zip |
profiles: Mask sys-libs/compiler-rt-sanitizers flags per arch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index d10aafdf6f81..252425612e92 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2020-12-21) +# Mask all sanitizers by default, unmask on arches supporting them. +sys-libs/compiler-rt-sanitizers asan dfsan lsan msan hwasan tsan +sys-libs/compiler-rt-sanitizers ubsan safestack cfi scudo +sys-libs/compiler-rt-sanitizers shadowcallstack gwp-asan +sys-libs/compiler-rt-sanitizers libfuzzer profile xray + # Sam James <sam@gentoo.org> (2020-10-24) # asm redc is only available on amd64, # ppc64. bug #750974. |