kumba 14/08/11 00:36:05 Modified: flag-o-matic.eclass Log: Added -mfix-r10000/-mno-fix-r10000 to ALLOWED_FLAGS for MIPS.
Revision Changes Path 1.202 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.202&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.202&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.201&r2=1.202 Index: flag-o-matic.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v retrieving revision 1.201 retrieving revision 1.202 diff -u -r1.201 -r1.202 --- flag-o-matic.eclass 11 Jul 2014 08:21:58 -0000 1.201 +++ flag-o-matic.eclass 11 Aug 2014 00:36:05 -0000 1.202 @@ -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 @@ -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"
