dont filter -msecure-plt
authorMike Frysinger <vapier@gentoo.org>
Wed, 27 Dec 2006 00:52:12 +0000 (00:52 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 27 Dec 2006 00:52:12 +0000 (00:52 +0000)
eclass/flag-o-matic.eclass

index 071cff335dd8336dfa6abec16400dc06dacb248d..04f94ccf1a39ef25bb1019a511664484f730466d 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.113 2006/11/15 22:46:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.114 2006/12/27 00:52:12 vapier Exp $
 #
 # Maintainer: base-system@gentoo.org
 
@@ -112,7 +112,8 @@ setup-allowed-flags() {
                -mtls-direct-seg-refs -mno-tls-direct-seg-refs \
                -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"
+               -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \
+               -msecure-plt"
 
        # C[XX]FLAGS that we are think is ok, but needs testing
        # NOTE:  currently -Os have issues with gcc3 and K6* arch's