diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2017-11-16 22:42:48 -0800 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2017-11-16 22:44:55 -0800 |
commit | 80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75 (patch) | |
tree | badc0ca91a66985641b3983bd7a78b87f3093531 /eclass | |
parent | dev-perl/CGI-Fast: Fix missing Test-Deep dependency (diff) | |
download | gentoo-80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75.tar.gz gentoo-80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75.tar.bz2 gentoo-80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75.zip |
flag-o-matic.eclass: add ADA to flags for proper filtering
* this is needed for some Ada packages using system gcc
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 4e3cfff5afd5..d14221624d6d 100644 --- 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 |