diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-08 12:31:15 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-08 12:31:15 +0000 |
commit | 4db9fe127c6056b0ccbbe2bd49342c5b4314f1d2 (patch) | |
tree | 9e4ede95a6f9cb024505c4b990cfe8b93f4d6a7c /profiles | |
parent | Stable for amd64, wrt bug #548738 (diff) | |
download | historical-4db9fe127c6056b0ccbbe2bd49342c5b4314f1d2.tar.gz historical-4db9fe127c6056b0ccbbe2bd49342c5b4314f1d2.tar.bz2 historical-4db9fe127c6056b0ccbbe2bd49342c5b4314f1d2.zip |
Mask gcc 4.8 and above pending the fix of bug #518598. Restructure linux/uclibc/arm slightly.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/arm/package.mask | 9 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/arm/package.mask | 9 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/arm/armv6j/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/arm/armv7a/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/arm/package.mask | 9 |
6 files changed, 36 insertions, 1 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 4aefd4bd2591..05b15e149a96 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.82 2015/05/01 15:57:39 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.83 2015/05/08 12:31:15 blueness Exp $ + + 08 May 2015; Anthony G. Basile <blueness@gentoo.org> +linux/arm/package.mask, + +linux/musl/arm/package.mask, linux/uclibc/arm/armv6j/parent, + linux/uclibc/arm/armv7a/parent, +linux/uclibc/arm/package.mask: + Mask gcc 4.8 and above pending the fix of bug #518598. + Restructure linux/uclibc/arm slightly. 01 May 2015; Andrew Savchenko <bircoph@gentoo.org> linux/package.mask, linux/package.use.mask: diff --git a/profiles/hardened/linux/arm/package.mask b/profiles/hardened/linux/arm/package.mask new file mode 100644 index 000000000000..fdc4b63ac37d --- /dev/null +++ b/profiles/hardened/linux/arm/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ + +# 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/musl/arm/package.mask b/profiles/hardened/linux/musl/arm/package.mask new file mode 100644 index 000000000000..18513d2dd461 --- /dev/null +++ b/profiles/hardened/linux/musl/arm/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ + +# 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/armv6j/parent b/profiles/hardened/linux/uclibc/arm/armv6j/parent index 4b6ebe5a9b45..05328829c80a 100644 --- a/profiles/hardened/linux/uclibc/arm/armv6j/parent +++ b/profiles/hardened/linux/uclibc/arm/armv6j/parent @@ -1,2 +1,3 @@ ../../../../../default/linux/uclibc/arm/armv6j +.. ../.. diff --git a/profiles/hardened/linux/uclibc/arm/armv7a/parent b/profiles/hardened/linux/uclibc/arm/armv7a/parent index 526c40a0afe1..7bea4235c084 100644 --- a/profiles/hardened/linux/uclibc/arm/armv7a/parent +++ b/profiles/hardened/linux/uclibc/arm/armv7a/parent @@ -1,2 +1,3 @@ ../../../../../default/linux/uclibc/arm/armv7a +.. ../.. diff --git a/profiles/hardened/linux/uclibc/arm/package.mask b/profiles/hardened/linux/uclibc/arm/package.mask new file mode 100644 index 000000000000..0bc493592cf0 --- /dev/null +++ b/profiles/hardened/linux/uclibc/arm/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ + +# 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* |