Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Sun, 26 Feb 2012 12:09:56
Message-Id: 20120226120945.0DDF32004B@flycatcher.gentoo.org
1 blueness 12/02/26 12:09:45
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Adds CCASFLAGS to list of flags which are filtered
6
7 Revision Changes Path
8 1.169 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.169&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.169&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.168&r2=1.169
13
14 Index: flag-o-matic.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
17 retrieving revision 1.168
18 retrieving revision 1.169
19 diff -u -r1.168 -r1.169
20 --- flag-o-matic.eclass 16 Jan 2012 20:03:32 -0000 1.168
21 +++ flag-o-matic.eclass 26 Feb 2012 12:09:44 -0000 1.169
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.168 2012/01/16 20:03:32 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.169 2012/02/26 12:09:44 blueness Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -17,7 +17,7 @@
31
32 # Return all the flag variables that our high level funcs operate on.
33 all-flag-vars() {
34 - echo {C,CPP,CXX,F,FC,LD}FLAGS
35 + echo {C,CPP,CXX,CCAS,F,FC,LD}FLAGS
36 }
37
38 # {C,CXX,F,FC}FLAGS that we allow in strip-flags
39 @@ -101,7 +101,7 @@
40 # @FUNCTION: filter-flags
41 # @USAGE: <flags>
42 # @DESCRIPTION:
43 -# Remove particular <flags> from {C,CPP,CXX,F,FC,LD}FLAGS. Accepts shell globs.
44 +# Remove particular <flags> from {C,CPP,CXX,CCAS,F,FC,LD}FLAGS. Accepts shell globs.
45 filter-flags() {
46 _filter-hardened "$@"
47 local v