Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 24 Aug 2018 22:40:38
Message-Id: 1535150423.17e0688ccc36f3d0d018814555a28c8dcf878ccc.slyfox@gentoo
1 commit: 17e0688ccc36f3d0d018814555a28c8dcf878ccc
2 Author: David C. Manuelda <StormByte <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 13 21:46:41 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 24 22:40:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0688c
7
8 flag-o-matic.eclass: allow -fuse-ld=* in filter flags
9
10 Closes: https://bugs.gentoo.org/662718
11
12 eclass/flag-o-matic.eclass | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
16 index 5ab14b08d6e..58233909657 100644
17 --- a/eclass/flag-o-matic.eclass
18 +++ b/eclass/flag-o-matic.eclass
19 @@ -34,6 +34,9 @@ setup-allowed-flags() {
20
21 # CPPFLAGS and LDFLAGS
22 '-[DUILR]*' '-Wl,*'
23 +
24 + # Linker choice flag
25 + '-fuse-ld'
26 )
27
28 # allow a bunch of flags that negate features / control ABI