projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7efd94a
)
flag-o-matic.eclass: allow -fuse-ld=* in filter flags
author
David C. Manuelda
<StormByte@gmail.com>
Mon, 13 Aug 2018 21:46:41 +0000
(23:46 +0200)
committer
Sergei 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
patch
|
blob
|
history
diff --git
a/eclass/flag-o-matic.eclass
b/eclass/flag-o-matic.eclass
index 5ab14b08d6ec83641793004248f2ec6554d66074..582339096573936decbfe2e21610f33e0eb76413 100644
(file)
--- 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