projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35541d5
)
flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 1 Feb 2016 07:16:02 +0000
(
02:16
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 1 Feb 2016 07:16:09 +0000
(
02:16
-0500)
eclass/flag-o-matic.eclass
patch
|
blob
|
history
diff --git
a/eclass/flag-o-matic.eclass
b/eclass/flag-o-matic.eclass
index aad71a892738afe80abd0745a4237d37f43c05d2..e0b19e9aaa353e02a38a2fcf13f6fdeb744c13cc 100644
(file)
--- a/
eclass/flag-o-matic.eclass
+++ b/
eclass/flag-o-matic.eclass
@@
-63,7
+63,7
@@
setup-allowed-flags() {
# gcc 4.7
-mno-avx2 -mno-bmi2 -mno-fma -mno-lzcnt
# gcc 4.8
- -mno-fxsr -mno-rtm -mno-xsave -mno-xsaveopt
+ -mno-fxsr -mno-
hle -mno-
rtm -mno-xsave -mno-xsaveopt
# gcc 4.9
-mno-avx512cd -mno-avx512er -mno-avx512f -mno-avx512pf -mno-sha
)