flag-o-matic.eclass: allow -fuse-ld=* in filter flags
authorDavid C. Manuelda <StormByte@gmail.com>
Mon, 13 Aug 2018 21:46:41 +0000 (23:46 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 24 Aug 2018 22:40:23 +0000 (23:40 +0100)
Closes: https://bugs.gentoo.org/662718

eclass/flag-o-matic.eclass

index 5ab14b08d6ec83641793004248f2ec6554d66074..582339096573936decbfe2e21610f33e0eb76413 100644 (file)
@@ -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