eclass/flag-o-matic: Sync with Gentoo

It's from Gentoo commit 15a1fcd97f44599319b17b8ef0ddc7137838200c.
This commit is contained in:
Flatcar Buildbot 2025-04-14 07:08:26 +00:00 committed by Krzesimir Nowak
parent c42e6a3433
commit 48d782d628

View File

@ -24,7 +24,7 @@ inherit toolchain-funcs
# @DESCRIPTION: # @DESCRIPTION:
# Return all the flag variables that our high level functions operate on. # Return all the flag variables that our high level functions operate on.
all-flag-vars() { all-flag-vars() {
echo {ADA,C,CPP,CXX,CCAS,F,FC,LD}FLAGS echo {ADA,C,CPP,CXX,CCAS,F,FC,GDC,LD}FLAGS
} }
# @FUNCTION: setup-allowed-flags # @FUNCTION: setup-allowed-flags