diff options
author | David C. Manuelda <StormByte@gmail.com> | 2018-08-13 23:46:41 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-24 23:40:23 +0100 |
commit | 17e0688ccc36f3d0d018814555a28c8dcf878ccc (patch) | |
tree | e43431ea5d197b451debcf0200cf5533172d197e /eclass/flag-o-matic.eclass | |
parent | virtual/perl-Pod-Simple: Spread ~m68k from dev-lang/perl (diff) | |
download | gentoo-17e0688ccc36f3d0d018814555a28c8dcf878ccc.tar.gz gentoo-17e0688ccc36f3d0d018814555a28c8dcf878ccc.tar.bz2 gentoo-17e0688ccc36f3d0d018814555a28c8dcf878ccc.zip |
flag-o-matic.eclass: allow -fuse-ld=* in filter flags
Closes: https://bugs.gentoo.org/662718
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
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 |