diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-20 23:02:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-05-21 18:32:14 +0200 |
commit | 05a9d68615c60c4d524a193a32a30c9cdf551516 (patch) | |
tree | 6daf146c51bdc2de42680f33372976707691324a /profiles | |
parent | dev-lang/perl: Fix variable in arithmetic expansion on older bash (diff) | |
download | gentoo-05a9d68615c60c4d524a193a32a30c9cdf551516.tar.gz gentoo-05a9d68615c60c4d524a193a32a30c9cdf551516.tar.bz2 gentoo-05a9d68615c60c4d524a193a32a30c9cdf551516.zip |
package.mask: Mask old GCC versions (< 4.9)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 2e5b76bc2498..55efc5628ffa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,17 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>, +# Matthias Maier <tamiko@gentoo.org> (21 May 2017) +# Those old versions of GCC are no longer really supported and are not +# suitable for use as a system-wide compiler. Using them can result +# in build failures (and possible breakage) for many packages. +# +# If you still use one of these as your system compiler, please upgrade +# and switch the compiler ASAP. If you need them for a specific (isolated) +# use case, feel free to unmask them on your system. +<sys-devel/gcc-4.9 + # Michał Górny <mgorny@gentoo.org> (20 May 2017) # Old versions of CUDA and their reverse dependencies. They do not # support GCC 4.9+, and are really old. |