summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-20 04:28:07 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-20 04:28:07 +0000
commit28a2e94ae2284cf1a971555927ed249e0e56b5e8 (patch)
tree83cefae447c3dab6793f31d643578a983482f048 /eclass/flag-o-matic.eclass
parentConvert absolute lib symlinks to relative ones #278365 by Artjom Simon. (diff)
downloadhistorical-28a2e94ae2284cf1a971555927ed249e0e56b5e8.tar.gz
historical-28a2e94ae2284cf1a971555927ed249e0e56b5e8.tar.bz2
historical-28a2e94ae2284cf1a971555927ed249e0e56b5e8.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.eclass4
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 \