diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-02-25 10:51:44 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-02-25 10:51:44 +0000 |
commit | 09afde011c0118e373aedd110009182da04d43e3 (patch) | |
tree | 9b8905259fe97f1adf6dfbb5bea49d200531fa8c /eclass/flag-o-matic.eclass | |
parent | restored chromium symlink, to avoid confusion and frustration. chromium-brows... (diff) | |
download | gentoo-2-09afde011c0118e373aedd110009182da04d43e3.tar.gz gentoo-2-09afde011c0118e373aedd110009182da04d43e3.tar.bz2 gentoo-2-09afde011c0118e373aedd110009182da04d43e3.zip |
Allow -fpermissive.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 1d9965ac3af1..6977d6333c95 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.149 2011/02/01 05:41:30 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.150 2011/02/25 10:51:44 dirtyepic Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -36,7 +36,7 @@ setup-allowed-flags() { export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fbounds-checking -fno-strict-overflow" export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-PIE -fno-pie -fno-unit-at-a-time" export ALLOWED_FLAGS="${ALLOWED_FLAGS} -g -g[0-9] -ggdb -ggdb[0-9] -gstabs -gstabs+" - export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident" + export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident -fpermissive" export ALLOWED_FLAGS="${ALLOWED_FLAGS} -W* -w" fi # allow a bunch of flags that negate features / control ABI |