Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 09 Feb 2017 16:28:34
Message-Id: 1486657697.009a9bb650c015c3d9c9eeb9c484d0c8eb12d168.vapier@gentoo
1 commit: 009a9bb650c015c3d9c9eeb9c484d0c8eb12d168
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:28:17 2017 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 16:28:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009a9bb6
7
8 flag-o-matic.eclass: whitelist -fstack-check #607710
9
10 eclass/flag-o-matic.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
14 index d2f504b34f..23319ad407 100644
15 --- a/eclass/flag-o-matic.eclass
16 +++ b/eclass/flag-o-matic.eclass
17 @@ -25,7 +25,7 @@ all-flag-vars() {
18 setup-allowed-flags() {
19 ALLOWED_FLAGS=(
20 -pipe -O '-O[12sg]' -mcpu -march -mtune
21 - '-fstack-protector*' '-fsanitize*'
22 + '-fstack-protector*' '-fsanitize*' '-fstack-check*'
23 -fbounds-check -fbounds-checking -fno-strict-overflow
24 -fno-PIE -fno-pie -nopie -no-pie -fno-unit-at-a-time
25 -g '-g[0-9]' -ggdb '-ggdb[0-9]' '-gdwarf-*' gstabs -gstabs+