diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 04:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-20 04:28:07 +0000 |
commit | 343b34e0de4d06da7e2fac9f2a62120ce6b1f8ca (patch) | |
tree | ff920ad90b69e46f9971239895d0f75fa415f658 /eclass/flag-o-matic.eclass | |
parent | Convert absolute lib symlinks to relative ones #278365 by Artjom Simon. (diff) | |
download | gentoo-2-343b34e0de4d06da7e2fac9f2a62120ce6b1f8ca.tar.gz gentoo-2-343b34e0de4d06da7e2fac9f2a62120ce6b1f8ca.tar.bz2 gentoo-2-343b34e0de4d06da7e2fac9f2a62120ce6b1f8ca.zip |
add -mplt to allowed flags #278276 by Zhang Le
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index b3c428eb02cc..2c307c3c51e2 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.139 2009/06/09 22:15:43 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.140 2009/07/20 04:28:07 vapier Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -46,7 +46,7 @@ setup-allowed-flags() { -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 \ + -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 -mplt \ -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \ -mieee -mieee-with-inexact -mschedule \ -mtls-direct-seg-refs -mno-tls-direct-seg-refs \ |