Skip to content

Commit

Permalink
flag-o-matic.eclass: add ADA to flags for proper filtering
Browse files Browse the repository at this point in the history
* this is needed for some Ada packages using system gcc
  • Loading branch information
sarnold committed Nov 17, 2017
1 parent 752a529 commit 80360e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/flag-o-matic.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80360e3

Please sign in to comment.