svn commit: r487531 - head/lang/gcc8
Andreas Tobler
andreast at FreeBSD.org
Tue Dec 18 21:30:49 UTC 2018
On 18.12.18 20:50, Gerald Pfeifer wrote:
> On Sat, 15 Dec 2018, Antoine Brodin wrote:
>> Author: antoine
>> Date: Sat Dec 15 15:52:45 2018
>> New Revision: 487531
>> URL: https://svnweb.freebsd.org/changeset/ports/487531
>>
>> Log:
>> Fix dependency loop on powerpc64
>
> Thank you, Antoine!
>
> Andreas, Justin, if there's anything you can think of such
> that we don't need GCC 5 to build newer versions of GCC on
> powerpc64, that would be great.
Unfortunately not. We need at least two steps to build a gcc7/8/9. First
we need a gcc5/6 built with base gcc (4.2.1) then we have to use this
built gccX to build gcc7/8/9.
I had situations where I needed three steps, 4.2.1 -> 4.9 -> 5/6 -> 7+
My testing is limited to fix bootstrap atm. But x-mas might bring some
testing time too for a more verbose statement.
Thanks,
Andreas
More information about the svn-ports-head
mailing list