Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/riscv/
Date: Thu, 27 Jan 2022 13:46:21
Message-Id: 1643291154.fc8cdd899288269934c200d4f7431d98300c5ef5.dlan@gentoo
1 commit: fc8cdd899288269934c200d4f7431d98300c5ef5
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 13:44:50 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 13:45:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8cdd89
7
8 profiles/default/linux/riscv/package.use.mask: unmask USE=sanitize for sys-devel/gcc
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 profiles/default/linux/riscv/package.use.mask | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/profiles/default/linux/riscv/package.use.mask b/profiles/default/linux/riscv/package.use.mask
16 new file mode 100644
17 index 000000000000..cc9dbf7ffd55
18 --- /dev/null
19 +++ b/profiles/default/linux/riscv/package.use.mask
20 @@ -0,0 +1,6 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +# Yixun Lan <dlan@g.o> (2022-01-27)
25 +# This target supports ASAN/etc...
26 +sys-devel/gcc -sanitize