Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 17 Nov 2017 06:46:26
Message-Id: 1510901095.80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75.nerdboy@gentoo
1 commit: 80360e33a5e4f8d3fbf9cd7b31ea704ad4518a75
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 06:42:48 2017 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 06:44:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80360e33
7
8 flag-o-matic.eclass: add ADA to flags for proper filtering
9
10 * this is needed for some Ada packages using system gcc
11
12 eclass/flag-o-matic.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
16 index 4e3cfff5afd..d14221624d6 100644
17 --- a/eclass/flag-o-matic.eclass
18 +++ b/eclass/flag-o-matic.eclass
19 @@ -16,7 +16,7 @@ inherit eutils toolchain-funcs multilib
20
21 # Return all the flag variables that our high level funcs operate on.
22 all-flag-vars() {
23 - echo {C,CPP,CXX,CCAS,F,FC,LD}FLAGS
24 + echo {ADA,C,CPP,CXX,CCAS,F,FC,LD}FLAGS
25 }
26
27 # {C,CPP,CXX,CCAS,F,FC,LD}FLAGS that we allow in strip-flags