commit: 97d2611bf6099b93f2f146fba92199d67c81506c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 08:30:04 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 08:33:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d2611b
flag-o-matic.eclass: fix '-gstabs' filtering (allow '-gstabs')
'gstabs' is not a valid compiler flag. '-gstabs' is valid.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
eclass/flag-o-matic.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 66b7ffb72ec..20ee39d98ba 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -32,7 +32,7 @@ setup-allowed-flags() {
-g '-g[0-9]'
-ggdb '-ggdb[0-9]'
-gdwarf '-gdwarf-*'
- gstabs -gstabs+
+ -gstabs -gstabs+
-gz
-fno-ident -fpermissive -frecord-gcc-switches