commit: 17e0688ccc36f3d0d018814555a28c8dcf878ccc Author: David C. Manuelda <StormByte <AT> gmail <DOT> com> AuthorDate: Mon Aug 13 21:46:41 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Aug 24 22:40:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0688c
flag-o-matic.eclass: allow -fuse-ld=* in filter flags Closes: https://bugs.gentoo.org/662718 eclass/flag-o-matic.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 5ab14b08d6e..58233909657 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -34,6 +34,9 @@ setup-allowed-flags() { # CPPFLAGS and LDFLAGS '-[DUILR]*' '-Wl,*' + + # Linker choice flag + '-fuse-ld' ) # allow a bunch of flags that negate features / control ABI
