summaryrefslogtreecommitdiff
path: root/eclass
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
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')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/flag-o-matic.eclass4
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 01316876d218..5ca9ade65f62 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.286 2012/06/05 02:07:44 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.287 2012/06/05 02:16:40 dirtyepic Exp $
+
+ 05 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
+ Update Intel/AMD instruction sets for 4.7.
05 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).
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