summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-18 16:48:02 +0000
committerSam James <sam@gentoo.org>2022-01-22 22:18:54 +0000
commit47d20223ebfdd16c71f48fec1a6194d4a5e87096 (patch)
treeffff9750bbb26dd21f15eb35556f397a85fa3079 /eclass/flag-o-matic.eclass
parentflag-o-matic.eclass: allow Spectre mitigation flags (diff)
downloadgentoo-47d20223ebfdd16c71f48fec1a6194d4a5e87096.tar.gz
gentoo-47d20223ebfdd16c71f48fec1a6194d4a5e87096.tar.bz2
gentoo-47d20223ebfdd16c71f48fec1a6194d4a5e87096.zip
flag-o-matic.eclass: allow -glldb
We already allow -ggdb for GDB and this is the analogue for LLDB. Bug: https://bugs.gentoo.org/800533 Reported-by: Jannik Glückert <jannik.glueckert@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index d6590a2e52df..a2e37b89b6f0 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -73,6 +73,7 @@ _setup-allowed-flags() {
-gdwarf '-gdwarf-*'
-gstabs -gstabs+
-gz
+ -glldb
# Cosmetic/output related, see e.g. bug #830534
-fno-diagnostics-color '-fmessage-length=*'