From 17e0688ccc36f3d0d018814555a28c8dcf878ccc Mon Sep 17 00:00:00 2001 From: "David C. Manuelda" Date: Mon, 13 Aug 2018 23:46:41 +0200 Subject: [PATCH] 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 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 -- 2.26.2