allow all CPPFLAGS -D* in strip-flags #159402
authorMike Frysinger <vapier@gentoo.org>
Fri, 29 Dec 2006 21:30:38 +0000 (21:30 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 29 Dec 2006 21:30:38 +0000 (21:30 +0000)
eclass/flag-o-matic.eclass

index 04f94ccf1a39ef25bb1019a511664484f730466d..bb9893d22a70a90b4d21387a7a0e518a29766b8b 100644 (file)
@@ -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