diff options
author | 2017-10-27 23:44:37 +0100 | |
---|---|---|
committer | 2017-10-27 23:45:47 +0100 | |
commit | 6aa7db52ea50c53895d3c929ae05a8d38add3594 (patch) | |
tree | cdcc3403955a35331ea0dd6af06ed52b36029a86 /sys-devel/gcc/gcc-4.9.4.ebuild | |
parent | net-misc/axel: version bump to 2.15. (diff) | |
download | gentoo-6aa7db52ea50c53895d3c929ae05a8d38add3594.tar.gz gentoo-6aa7db52ea50c53895d3c929ae05a8d38add3594.tar.bz2 gentoo-6aa7db52ea50c53895d3c929ae05a8d38add3594.zip |
sys-devel/gcc: bump 4.9.4 patch set up to 1.2, bug #629502
Patchset contains the following new patches (picked as-is from 5.4.0):
- 94_all_compatibility_fix_with_perl_5.26.patch: regex tweak for perl-5.26
- 95_all_asan-signal_h.patch: add missing '<signal.h>' header
- 96_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t'
- 97_all_no-sigaltstack.patch: remove 'sigaltstack' usage
to fix gcc-4.9.4 build failure against glibc-2.26.
I've deleted 4.9.4-r1 as it contained single build-time fix for perl-5.26.
Closes: https://bugs.gentoo.org/629502
Closes: https://bugs.gentoo.org/620164
Package-Manager: Portage-2.3.12, Repoman-2.3.4
Diffstat (limited to 'sys-devel/gcc/gcc-4.9.4.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.9.4.ebuild b/sys-devel/gcc/gcc-4.9.4.ebuild index 55295ab2500e..e7562f2330ad 100644 --- a/sys-devel/gcc/gcc-4.9.4.ebuild +++ b/sys-devel/gcc/gcc-4.9.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PATCH_VER="1.0" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |