commit: 0631bd36533bdcdb8120265b384baa428ea61f12 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun May 7 15:50:46 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun May 7 16:23:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0631bd36
profiles: hardened/musl/amd64: enable pie use flag for >=gcc-6.3.0 profiles/hardened/linux/musl/amd64/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/hardened/linux/musl/amd64/package.use.mask b/profiles/hardened/linux/musl/amd64/package.use.mask new file mode 100644 index 00000000000..e2d77b02cf8 --- /dev/null +++ b/profiles/hardened/linux/musl/amd64/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Matthias Maier <[email protected]> (07 May 2017) +# masked in arch/base, unmask for hardened/musl/amd64 +>=sys-devel/gcc-6.3.0 -pie
