in main gentoo, gcc-6.4.0 was made stable these days. i have made an attempt to get gcc-6.4.0 into prefix: first step: sync toolchain.eclass and toolchain-funcs.eclass with main gentoo, see attached files (this could / should be done anyways) second step: prepare a gcc-6.4.0.ebuild, see attached. this is gcc-6.4.0.ebuild from main gentoo, modified according to the changes that are made to prefix' gcc-5.3.0.ebuild. i have omitted the aix, hpux, interix, mint parts. this works for my prefix installation. Reproducible: Always
Created attachment 508214 [details] updated toolchain.eclass
Created attachment 508216 [details] updated toochain-funcs.eclass
Created attachment 508218 [details] proposed gcc-6.4.0.ebuild
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fbd3581dcce97fd4e28da302ff6b7e2c17614d0f commit fbd3581dcce97fd4e28da302ff6b7e2c17614d0f Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2017-12-12 18:53:04 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2017-12-12 18:53:04 +0000 sys-devel/gcc: sync, ebuild by hsk17, bug #639882 Closes: https://bugs.gentoo.org/639882 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6 RepoMan-Options: --force sys-devel/gcc/Manifest | 78 +++++++++++++++++---------------- sys-devel/gcc/gcc-6.4.0.ebuild | 99 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 140 insertions(+), 37 deletions(-)
thanks!