mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
flag-o-matic.eclass: add ADA to flags for proper filtering
* this is needed for some Ada packages using system gcc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user