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: Mon, 01 Feb 2016 07:16:21
Message-Id: 1454310969.a344d5108c33024f5c20e49e867891e3dc149b3d.vapier@gentoo
1 commit: a344d5108c33024f5c20e49e867891e3dc149b3d
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 07:16:02 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 07:16:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a344d510
7
8 flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454
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 aad71a8..e0b19e9 100644
15 --- a/eclass/flag-o-matic.eclass
16 +++ b/eclass/flag-o-matic.eclass
17 @@ -63,7 +63,7 @@ setup-allowed-flags() {
18 # gcc 4.7
19 -mno-avx2 -mno-bmi2 -mno-fma -mno-lzcnt
20 # gcc 4.8
21 - -mno-fxsr -mno-rtm -mno-xsave -mno-xsaveopt
22 + -mno-fxsr -mno-hle -mno-rtm -mno-xsave -mno-xsaveopt
23 # gcc 4.9
24 -mno-avx512cd -mno-avx512er -mno-avx512f -mno-avx512pf -mno-sha
25 )