forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles: update pie use-flag masks for sys-devel/gcc
- mask pie for sys-devel/gcc unconditionally in base/ - selectively unmask pie use-flag for hardened/linux and hardened/linux/musl profiles
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ dev-lang/ocaml -spacetime | |
# nvidia drivers are unmasked here | ||
media-video/ffmpeg -nvenc | ||
|
||
# Magnus Granberg <[email protected]> (18 Jan 2017) | ||
# masked in base, unmask for amd64 | ||
>=sys-devel/gcc-6.3.0 -pie | ||
|
||
# Luke Dashjr <[email protected]> (04 Jan 2017) | ||
# Assembly optimisations are supported on amd64 for all versions | ||
dev-libs/libsecp256k1 -asm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,6 @@ media-video/ffmpeg nvenc | |
# media-libs/raspberrypi-userland not keyworded | ||
media-video/motion mmal | ||
|
||
# Magnus Granberg <[email protected]> (18 Jan 2017) | ||
# Mask it globally, unmask it on supported arch | ||
>=sys-devel/gcc-6.2.0 pie | ||
|
||
# Luke Dashjr <[email protected]> (04 Jan 2017) | ||
# Mask assembly optimisations that are platform-specific | ||
dev-libs/libsecp256k1 asm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
# This file is only for generic masks. For arch-specific masks (i.e. | ||
# mask everywhere, unmask on arch/*) use arch/base. | ||
|
||
# Matthias Maier <[email protected]> (11 May 2017) | ||
# Globally mask pie use flag. Selectively unmask on specific profiles. | ||
sys-devel/gcc pie | ||
|
||
# Mike Gilbert <[email protected]> (28 Apr 2017) | ||
# Needs sandbox-2.11 (masked) | ||
>=www-client/chromium-59 tcmalloc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Copyright 1999-2015 Gentoo Foundation. | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
# Matthias Maier <[email protected]> (11 May 2017) | ||
# masked in base, unmask for hardened/musl/ | ||
sys-devel/gcc -pie | ||
|
||
# See bug #504200 | ||
sys-devel/gcc sanitize | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
# Matthias Maier <[email protected]> (11 May 2017) | ||
# masked in base, unmask for hardened profiles | ||
sys-devel/gcc -pie | ||
|
||
# Ilya Tumaykin <[email protected]> (19 Jan 2017) | ||
# Requires x11-drivers/nvidia-drivers. Needs testing first. | ||
media-video/mpv cuda | ||
|