diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-03-31 11:29:29 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-03-31 11:29:29 -0400 |
commit | 1c7389da1069aa72e36e6d53315f9bfbe94787c2 (patch) | |
tree | 1f5b185dbe1c9d1eaf93053b213773ef549acec3 | |
parent | sys-libs/musl: version 1.1.21 stable on arm (diff) | |
download | gentoo-1c7389da1069aa72e36e6d53315f9bfbe94787c2.tar.gz gentoo-1c7389da1069aa72e36e6d53315f9bfbe94787c2.tar.bz2 gentoo-1c7389da1069aa72e36e6d53315f9bfbe94787c2.zip |
profiles: mask USE=sanitize on sys-devel/gcc for uclibc
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | profiles/features/uclibc/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/uclibc/package.use.mask b/profiles/features/uclibc/package.use.mask index d50e095b0281..1de6dcc2f220 100644 --- a/profiles/features/uclibc/package.use.mask +++ b/profiles/features/uclibc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Anthony G. Basile <blueness@gentoo.org> +# sanitize is broken on at least all hardened uclibc +sys-devel/gcc sanitize + # Michał Górny <mgorny@gentoo.org> (12 Jan 2018) # Those require USE=java that is masked in this profile. app-emulation/virtualbox vboxwebsrv |