projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752a529
)
flag-o-matic.eclass: add ADA to flags for proper filtering
author
Stephen L Arnold
<nerdboy@gentoo.org>
Fri, 17 Nov 2017 06:42:48 +0000
(22:42 -0800)
committer
Stephen L Arnold
<nerdboy@gentoo.org>
Fri, 17 Nov 2017 06:44:55 +0000
(22:44 -0800)
* this is needed for some Ada packages using system gcc
eclass/flag-o-matic.eclass
patch
|
blob
|
history
diff --git
a/eclass/flag-o-matic.eclass
b/eclass/flag-o-matic.eclass
index 4e3cfff5afd5b856cc7c1beeb1b9e9669bde581a..d14221624d6dba72de5023973ab729353b5741e8 100644
(file)
--- a/
eclass/flag-o-matic.eclass
+++ b/
eclass/flag-o-matic.eclass
@@
-16,7
+16,7
@@
inherit eutils toolchain-funcs multilib
# Return all the flag variables that our high level funcs operate on.
all-flag-vars() {
- echo {C,CPP,CXX,CCAS,F,FC,LD}FLAGS
+ echo {
ADA,
C,CPP,CXX,CCAS,F,FC,LD}FLAGS
}
# {C,CPP,CXX,CCAS,F,FC,LD}FLAGS that we allow in strip-flags