diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-01 02:16:02 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-01 02:16:09 -0500 |
commit | a344d5108c33024f5c20e49e867891e3dc149b3d (patch) | |
tree | 735091d53edad559374233d2e4db41bb8288ad99 /eclass/flag-o-matic.eclass | |
parent | dev-ruby/instance_storage: fix USE=doc, add ruby23 (diff) | |
download | gentoo-a344d5108c33024f5c20e49e867891e3dc149b3d.tar.gz gentoo-a344d5108c33024f5c20e49e867891e3dc149b3d.tar.bz2 gentoo-a344d5108c33024f5c20e49e867891e3dc149b3d.zip |
flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index aad71a892738..e0b19e9aaa35 100644 --- 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 ) |