diff options
author | 2020-05-29 22:19:10 +0100 | |
---|---|---|
committer | 2020-05-29 22:27:33 +0100 | |
commit | 40027047a387b2587280a8726cc0339e7199fe3f (patch) | |
tree | ee21685ca7418741d5bf0a624bcd8c514126f2e6 /sys-devel/gcc/gcc-6.5.0-r1.ebuild | |
parent | sys-devel/gcc: 7.5.0: cut 3 patchset (diff) | |
download | gentoo-40027047a387b2587280a8726cc0339e7199fe3f.tar.gz gentoo-40027047a387b2587280a8726cc0339e7199fe3f.tar.bz2 gentoo-40027047a387b2587280a8726cc0339e7199fe3f.zip |
sys-devel/gcc: 6.5.0: cut 4 patchset
Two new patches:
+ 26_all_libcpp-ar.patch: respect user's AR
+ 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates
Reported-by: Agostino Sarubbo
Bug: https://bugs.gentoo.org/718004
Bug: https://gcc.gnu.org/PR94657
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-6.5.0-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-6.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-6.5.0-r1.ebuild b/sys-devel/gcc/gcc-6.5.0-r1.ebuild index ceffa35a49ab..d720fd6569b9 100644 --- a/sys-devel/gcc/gcc-6.5.0-r1.ebuild +++ b/sys-devel/gcc/gcc-6.5.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PATCH_VER="3" +PATCH_VER="4" inherit toolchain |