summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2012-06-05 02:07:44 +0000
committerRyan Hill <rhill@gentoo.org>2012-06-05 02:07:44 +0000
commitecee73d4835bb06e7e5703937a09af89fbb7d600 (patch)
tree86a68098f0d14ba5eec2877ba6ac6da32a7d2515 /eclass/flag-o-matic.eclass
parentGeneralize GCC version check, which fixes bug #417913 and bug #418141 (diff)
downloadhistorical-ecee73d4835bb06e7e5703937a09af89fbb7d600.tar.gz
historical-ecee73d4835bb06e7e5703937a09af89fbb7d600.tar.bz2
historical-ecee73d4835bb06e7e5703937a09af89fbb7d600.zip
Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index e730ef1b953a..eca13ef719aa 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.173 2012/05/31 00:29:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.174 2012/06/05 02:07:44 dirtyepic Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -45,7 +45,8 @@ setup-allowed-flags() {
-mtls-direct-seg-refs -mno-tls-direct-seg-refs -mflat -mno-flat \
-mno-faster-structs -mfaster-structs -m32 -m64 -mx32 -mabi \
-mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 -mcmodel \
- -mstack-bias -mno-stack-bias -msecure-plt -m*-toc -D* -U*"
+ -mstack-bias -mno-stack-bias -msecure-plt -m*-toc -mfloat-abi=* \
+ -D* -U*"
# 4.5
ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"