Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 22 Jan 2022 22:19:12
Message-Id: 1642889934.47d20223ebfdd16c71f48fec1a6194d4a5e87096.sam@gentoo
1 commit: 47d20223ebfdd16c71f48fec1a6194d4a5e87096
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 16:48:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 22:18:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d20223
7
8 flag-o-matic.eclass: allow -glldb
9
10 We already allow -ggdb for GDB and this is the analogue for LLDB.
11
12 Bug: https://bugs.gentoo.org/800533
13 Reported-by: Jannik Glückert <jannik.glueckert <AT> gmail.com>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 eclass/flag-o-matic.eclass | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
20 index d6590a2e52df..a2e37b89b6f0 100644
21 --- a/eclass/flag-o-matic.eclass
22 +++ b/eclass/flag-o-matic.eclass
23 @@ -73,6 +73,7 @@ _setup-allowed-flags() {
24 -gdwarf '-gdwarf-*'
25 -gstabs -gstabs+
26 -gz
27 + -glldb
28
29 # Cosmetic/output related, see e.g. bug #830534
30 -fno-diagnostics-color '-fmessage-length=*'