commit: 44ea7a37817fa0943b08a7dd65d87d264dea5c77 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Aug 22 08:47:49 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Aug 22 08:47:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ea7a37
profiles/prefix/sunos/solaris: disable USE=pie on 5.9 and 5.10 profiles/prefix/sunos/solaris/5.10/use.mask | 7 +++++++ profiles/prefix/sunos/solaris/5.9/use.mask | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/profiles/prefix/sunos/solaris/5.10/use.mask b/profiles/prefix/sunos/solaris/5.10/use.mask new file mode 100644 index 00000000000..5fcc8b468e5 --- /dev/null +++ b/profiles/prefix/sunos/solaris/5.10/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (22 Aug 2017) +# PIE is basically not supported on non-Linux +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57409 +pie diff --git a/profiles/prefix/sunos/solaris/5.9/use.mask b/profiles/prefix/sunos/solaris/5.9/use.mask new file mode 100644 index 00000000000..5fcc8b468e5 --- /dev/null +++ b/profiles/prefix/sunos/solaris/5.9/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (22 Aug 2017) +# PIE is basically not supported on non-Linux +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57409 +pie
