summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2014-08-11 00:36:05 +0000
committerJoshua Kinard <kumba@gentoo.org>2014-08-11 00:36:05 +0000
commit8bf08def7f17a8336d7079596d0cf647dea56321 (patch)
tree8b4db1490b3cf8a03e411c131592d165217784da /eclass
parentFurther fixes to run tests natively, drop version dependency on parslet. (diff)
downloadgentoo-2-8bf08def7f17a8336d7079596d0cf647dea56321.tar.gz
gentoo-2-8bf08def7f17a8336d7079596d0cf647dea56321.tar.bz2
gentoo-2-8bf08def7f17a8336d7079596d0cf647dea56321.zip
Added -mfix-r10000/-mno-fix-r10000 to ALLOWED_FLAGS for MIPS.
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 6d5b1ed549ee..5a8994b4c156 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.201 2014/07/11 08:21:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.202 2014/08/11 00:36:05 kumba Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -47,7 +47,7 @@ setup-allowed-flags() {
-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 -mfloat-abi \
- -D* -U*"
+ -mfix-r10000 -mno-fix-r10000 -D* -U*"
# 4.5
ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"