diff options
author | Magnus Granberg <zorry@gentoo.org> | 2012-03-13 23:22:23 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2012-03-13 23:22:23 +0000 |
commit | 34c211e8e342366e8067ac38bdf213484318a546 (patch) | |
tree | 74278536646102f58b47b05bb4371b86732d119d /profiles/hardened | |
parent | Stable for HPPA (bug #407947). (diff) | |
download | gentoo-2-34c211e8e342366e8067ac38bdf213484318a546.tar.gz gentoo-2-34c211e8e342366e8067ac38bdf213484318a546.tar.bz2 gentoo-2-34c211e8e342366e8067ac38bdf213484318a546.zip |
Mask use profile in hardened profile
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask index 4e6e8e3c3d2a..26d300e9cadd 100644 --- a/profiles/hardened/linux/use.mask +++ b/profiles/hardened/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.13 2012/02/07 01:29:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.14 2012/03/13 23:22:23 zorry Exp $ -hardened @@ -18,3 +18,7 @@ prelink # Will continue to break mozilla products on hardend methodjit pgo + +# Gcc option -profile don't work with PIE +profile + |