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:11
Message-Id: 1642889936.7779f34228f63c1707fa7fde2a663f6dfd169061.sam@gentoo
1 commit: 7779f34228f63c1707fa7fde2a663f6dfd169061
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 17:59:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 22:18:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7779f342
7
8 flag-o-matic.eclass: allow -frecord-command-line
9
10 In Clang, -frecord-gcc-switches does the same as this anyway.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/flag-o-matic.eclass | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
18 index 062bd04e2e0b..50caa401bacf 100644
19 --- a/eclass/flag-o-matic.eclass
20 +++ b/eclass/flag-o-matic.eclass
21 @@ -80,6 +80,7 @@ _setup-allowed-flags() {
22 # Cosmetic/output related, see e.g. bug #830534
23 -fno-diagnostics-color '-fmessage-length=*'
24 -fno-ident -fpermissive -frecord-gcc-switches
25 + -frecord-command-line
26 '-fdiagnostics*' '-fplugin*'
27 '-W*' -w