diff options
author | 2005-07-02 03:19:12 +0000 | |
---|---|---|
committer | 2005-07-02 03:19:12 +0000 | |
commit | 9fc61568d00dd6e678e8f4d74ea926f32cd2c275 (patch) | |
tree | b99cd69879f1e712e4c1e3dff5dc39426a1fc681 /eclass/mozconfig.eclass | |
parent | Stable on mips (diff) | |
download | historical-9fc61568d00dd6e678e8f4d74ea926f32cd2c275.tar.gz historical-9fc61568d00dd6e678e8f4d74ea926f32cd2c275.tar.bz2 historical-9fc61568d00dd6e678e8f4d74ea926f32cd2c275.zip |
Don't append to CFLAGS in global scope #56409
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 70946d285e93..ceaac43d55a8 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.10 2005/05/12 14:49:26 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.11 2005/07/02 03:19:12 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -150,6 +150,9 @@ mozconfig_init() { CXXFLAGS="${CXXFLAGS} -Wno-deprecated" fi + # Go a little faster; use less RAM + append-flags "$MAKEEDIT_FLAGS" + #################################### # # mozconfig setup |