flag-o-matic.eclass: add ADA to flags for proper filtering
authorStephen L Arnold <nerdboy@gentoo.org>
Fri, 17 Nov 2017 06:42:48 +0000 (22:42 -0800)
committerStephen 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

index 4e3cfff5afd5b856cc7c1beeb1b9e9669bde581a..d14221624d6dba72de5023973ab729353b5741e8 100644 (file)
@@ -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