diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-08-22 10:47:49 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-08-22 10:47:49 +0200 |
commit | 44ea7a37817fa0943b08a7dd65d87d264dea5c77 (patch) | |
tree | a6821a0a23634e0cbc9be3572b1f467e899ae474 | |
parent | games-strategy/0ad: Removed "sound" USE flag. (diff) | |
download | gentoo-44ea7a37817fa0943b08a7dd65d87d264dea5c77.tar.gz gentoo-44ea7a37817fa0943b08a7dd65d87d264dea5c77.tar.bz2 gentoo-44ea7a37817fa0943b08a7dd65d87d264dea5c77.zip |
profiles/prefix/sunos/solaris: disable USE=pie on 5.9 and 5.10
-rw-r--r-- | profiles/prefix/sunos/solaris/5.10/use.mask | 7 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/5.9/use.mask | 7 |
2 files changed, 14 insertions, 0 deletions
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 000000000000..5fcc8b468e5a --- /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 <grobian@gentoo.org> (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 000000000000..5fcc8b468e5a --- /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 <grobian@gentoo.org> (22 Aug 2017) +# PIE is basically not supported on non-Linux +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57409 +pie |