summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-07 06:42:40 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-07 06:42:40 +0000
commit18e8be4af0efbc811da7d962cc40e3acafa6030e (patch)
tree4710f1d4e85524507801494761d70a9d2dc60bd2 /eclass
parentAdd x32 ABI support. (diff)
downloadgentoo-2-18e8be4af0efbc811da7d962cc40e3acafa6030e.tar.gz
gentoo-2-18e8be4af0efbc811da7d962cc40e3acafa6030e.tar.bz2
gentoo-2-18e8be4af0efbc811da7d962cc40e3acafa6030e.zip
allow -mx32 ABI flag
Diffstat (limited to '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 c15220c12536..e70770d41768 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.158 2011/11/14 20:29:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.159 2011/12/07 06:42:40 vapier Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -51,7 +51,7 @@ setup-allowed-flags() {
-mieee -mieee-with-inexact -mschedule -mfloat-gprs -mspe -mno-spe \
-mtls-direct-seg-refs -mno-tls-direct-seg-refs \
-mflat -mno-flat -mno-faster-structs -mfaster-structs \
- -m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
+ -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*"