summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-11 19:28:20 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-11 19:28:20 +0000
commitfda7768f78bc9057e06a1bca978bb5af27d4923b (patch)
tree9f31c913de1285c8139f3e0c3a43e8f744f4cdb1 /eclass/flag-o-matic.eclass
parentppc stable, #98593 (diff)
downloadhistorical-fda7768f78bc9057e06a1bca978bb5af27d4923b.tar.gz
historical-fda7768f78bc9057e06a1bca978bb5af27d4923b.tar.bz2
historical-fda7768f78bc9057e06a1bca978bb5af27d4923b.zip
Add -mieee -mieee-with-inexact to ALLOWED_FLAGS, esp. for alpha
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 07165a00933c..6c725db85818 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.89 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.90 2005/07/11 19:28:20 agriffis Exp $
# need access to emktemp()
@@ -88,6 +88,7 @@ setup-allowed-flags() {
-mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow \
-mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 \
-msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \
+ -mieee -mieee-with-inexact \
-mflat -mno-flat -mno-faster-structs -mfaster-structs \
-m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
-mlive-g0 -mcmodel -mstack-bias -mno-stack-bias"