diff options
author | Ryan Hill <rhill@gentoo.org> | 2009-06-09 22:15:43 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2009-06-09 22:15:43 +0000 |
commit | aa84e2c529f3dadc50f205c1b2166623c97b6632 (patch) | |
tree | 5222356388c8ec58e5e10d8fdb00ffacbffff733 /eclass/flag-o-matic.eclass | |
parent | Remove old versions. (diff) | |
download | historical-aa84e2c529f3dadc50f205c1b2166623c97b6632.tar.gz historical-aa84e2c529f3dadc50f205c1b2166623c97b6632.tar.bz2 historical-aa84e2c529f3dadc50f205c1b2166623c97b6632.zip |
Update with new instruction sets.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 130537f3b965..b3c428eb02cc 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.138 2009/05/26 07:18:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.139 2009/06/09 22:15:43 dirtyepic Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -43,7 +43,9 @@ setup-allowed-flags() { ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-stack-protector -fno-stack-protector-all \ -fno-strict-aliasing -fno-bounds-checking -fstrict-overflow -fno-omit-frame-pointer" ALLOWED_FLAGS="${ALLOWED_FLAGS} -mregparm -mno-app-regs -mapp-regs \ - -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow \ + -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1 \ + -mno-sse4.2 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow \ + -mno-popcnt -mno-abm \ -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 \ -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \ -mieee -mieee-with-inexact -mschedule \ |