summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-29 21:30:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-29 21:30:38 +0000
commit570f7a58653a9f628a1dcf3b17b8a829e58d852b (patch)
tree1653b7b5445d7e9d7202ab0017dab13268d342c9 /eclass/flag-o-matic.eclass
parentVersion bump (diff)
downloadhistorical-570f7a58653a9f628a1dcf3b17b8a829e58d852b.tar.gz
historical-570f7a58653a9f628a1dcf3b17b8a829e58d852b.tar.bz2
historical-570f7a58653a9f628a1dcf3b17b8a829e58d852b.zip
allow all CPPFLAGS -D* in strip-flags #159402
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 04f94ccf1a39..bb9893d22a70 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.114 2006/12/27 00:52:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.115 2006/12/29 21:30:38 vapier Exp $
#
# Maintainer: base-system@gentoo.org
@@ -113,7 +113,7 @@ setup-allowed-flags() {
-mflat -mno-flat -mno-faster-structs -mfaster-structs \
-m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
-mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \
- -msecure-plt"
+ -msecure-plt -D*"
# C[XX]FLAGS that we are think is ok, but needs testing
# NOTE: currently -Os have issues with gcc3 and K6* arch's