Re: powerpc lld fix

2020-11-17 Thread George Koehler
On Sun, 15 Nov 2020 17:23:09 +0100 (CET) Mark Kettenis wrote: > This is the diff from: > > https://reviews.llvm.org/D75419 > > which is needed to be able to link llvm with lld on powerpc. > > Not enough to link code generated by gcc 4.x though, but if I dissable > building gcc a make build

Re: powerpc lld fix

2020-11-15 Thread Theo de Raadt
> What would the impact on ports of disabling base-gcc be on powerpc? powerpc ports would get built sooner, because base snapshots would become available sooner :)

Re: powerpc lld fix

2020-11-15 Thread Christian Weisgerber
Mark Kettenis: > What would the impact on ports of disabling base-gcc be on powerpc? None. $ cd /usr/ports $ make ARCH=macppc MACHINE_ARCH=powerpc show=CHOSEN_COMPILER |grep -B1 base-gcc $ -- Christian "naddy" Weisgerber na...@mips.inka.de

powerpc lld fix

2020-11-15 Thread Mark Kettenis
This is the diff from: https://reviews.llvm.org/D75419 which is needed to be able to link llvm with lld on powerpc. Not enough to link code generated by gcc 4.x though, but if I dissable building gcc a make build completes. What would the impact on ports of disabling base-gcc be on powerpc?