diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 19:28:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 19:28:20 +0000 |
commit | d7de84d73d2ea58e1b27df4c60cc631ded40d7b4 (patch) | |
tree | 75c4bddedbf5a19ad4d1f6f7219f836a8bc3b1b1 /eclass | |
parent | ppc stable, #98593 (diff) | |
download | gentoo-2-d7de84d73d2ea58e1b27df4c60cc631ded40d7b4.tar.gz gentoo-2-d7de84d73d2ea58e1b27df4c60cc631ded40d7b4.tar.bz2 gentoo-2-d7de84d73d2ea58e1b27df4c60cc631ded40d7b4.zip |
Add -mieee -mieee-with-inexact to ALLOWED_FLAGS, esp. for alpha
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
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" |