Skip to content

Commit

Permalink
flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Feb 1, 2016
1 parent 35541d5 commit a344d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/flag-o-matic.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit a344d51

Please sign in to comment.