summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2012-06-05 02:16:40 +0000
committerRyan Hill <dirtyepic@gentoo.org>2012-06-05 02:16:40 +0000
commit2146417ba2d1b42069e4db8629709d1e8a03367c (patch)
tree44a2592839e66275f5f38672c0ea6c755f5cbf91 /eclass/flag-o-matic.eclass
parentAdd -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin). (diff)
downloadgentoo-2-2146417ba2d1b42069e4db8629709d1e8a03367c.tar.gz
gentoo-2-2146417ba2d1b42069e4db8629709d1e8a03367c.tar.bz2
gentoo-2-2146417ba2d1b42069e4db8629709d1e8a03367c.zip
Update Intel/AMD instruction sets for 4.7.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index eca13ef719aa..7248660b9705 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.174 2012/06/05 02:07:44 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.175 2012/06/05 02:16:40 dirtyepic Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -52,6 +52,8 @@ setup-allowed-flags() {
ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"
# 4.6
ALLOWED_FLAGS+=" -mno-fsgsbase -mno-rdrnd -mno-f16c -mno-bmi -mno-tbm"
+ # 4.7
+ ALLOWED_FLAGS+=" -mno-avx2 -mno-bmi2 -mno-fma -mno-lzcnt"
export ALLOWED_FLAGS
return 0