diff options
author | 2015-08-30 20:08:31 -0400 | |
---|---|---|
committer | 2015-08-30 20:08:43 -0400 | |
commit | 1e3ada87b7e0d035763e27c1c06e89979f572c3d (patch) | |
tree | 2b1e1af443b937e1bee7b001c2aafcc83c7928c4 /profiles/hardened | |
parent | sys-kernel/gentoo-sources: Patch to enable link security restrictions by defa... (diff) | |
download | gentoo-1e3ada87b7e0d035763e27c1c06e89979f572c3d.tar.gz gentoo-1e3ada87b7e0d035763e27c1c06e89979f572c3d.tar.bz2 gentoo-1e3ada87b7e0d035763e27c1c06e89979f572c3d.zip |
profiles: remove mask on >=gcc-4.8 for hardened arm #518598.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/arm/package.mask | 13 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/arm/package.mask | 9 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/arm/package.mask | 9 |
3 files changed, 0 insertions, 31 deletions
diff --git a/profiles/hardened/linux/arm/package.mask b/profiles/hardened/linux/arm/package.mask deleted file mode 100644 index c97146ed3396..000000000000 --- a/profiles/hardened/linux/arm/package.mask +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile <blueness@gentoo.org> (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* - -# >=sys-libs/glibc-2.20 requires >=sys-devel/gcc-4.8, -# so we mask it as well pending the fix of bug #518598 ->=sys-libs/glibc-2.20 diff --git a/profiles/hardened/linux/musl/arm/package.mask b/profiles/hardened/linux/musl/arm/package.mask deleted file mode 100644 index 56c5f228bf93..000000000000 --- a/profiles/hardened/linux/musl/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile <blueness@gentoo.org> (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* diff --git a/profiles/hardened/linux/uclibc/arm/package.mask b/profiles/hardened/linux/uclibc/arm/package.mask deleted file mode 100644 index 56c5f228bf93..000000000000 --- a/profiles/hardened/linux/uclibc/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile <blueness@gentoo.org> (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* |