From: David C. Manuelda Date: Mon, 13 Aug 2018 21:46:41 +0000 (+0200) Subject: flag-o-matic.eclass: allow -fuse-ld=* in filter flags X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17e0688ccc36f3d0d018814555a28c8dcf878ccc;p=gentoo.git flag-o-matic.eclass: allow -fuse-ld=* in filter flags Closes: https://bugs.gentoo.org/662718 --- diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 5ab14b08d6ec..582339096573 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