summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-12-22 12:11:56 +0000
committerStefan Jones <cretin@gentoo.org>2002-12-22 12:11:56 +0000
commitb49478fea4b8453a78748534e4c844bdb824ae81 (patch)
tree1d521b0698d40aa6577c4a2d83607eb5e2788af6 /eclass/flag-o-matic.eclass
parentonly use su if ECVS_RUNAS != whoami. resolves problems with portage .47 which... (diff)
downloadgentoo-2-b49478fea4b8453a78748534e4c844bdb824ae81.tar.gz
gentoo-2-b49478fea4b8453a78748534e4c844bdb824ae81.tar.bz2
gentoo-2-b49478fea4b8453a78748534e4c844bdb824ae81.zip
Allow -g in strip-flags
Diffstat (limited to 'eclass/flag-o-matic.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 ab9afecce12d..b6416183633e 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.10 2002/11/25 04:39:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.11 2002/12/22 12:11:56 cretin Exp $
ECLASS=flag-o-matic
INHERITED="$INHERITED $ECLASS"
@@ -70,7 +70,7 @@ strip-flags() {
local NEW_CFLAGS=""
local NEW_CXXFLAGS=""
- local ALLOWED_FLAGS="-O -mcpu -march -pipe"
+ local ALLOWED_FLAGS="-O -mcpu -march -pipe -g"
set -f