commit: fc8cdd899288269934c200d4f7431d98300c5ef5 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Jan 27 13:44:50 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Jan 27 13:45:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8cdd89
profiles/default/linux/riscv/package.use.mask: unmask USE=sanitize for sys-devel/gcc Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/default/linux/riscv/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/default/linux/riscv/package.use.mask b/profiles/default/linux/riscv/package.use.mask new file mode 100644 index 000000000000..cc9dbf7ffd55 --- /dev/null +++ b/profiles/default/linux/riscv/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Yixun Lan <[email protected]> (2022-01-27) +# This target supports ASAN/etc... +sys-devel/gcc -sanitize
