On Thu, 4 Feb 2016 23:24:46 -0500, Michael McConville wrote: > Michael McConville wrote: > Has anyone else tested this on macppc? I'm > getting the following error > on the latest snapshot during linking. > I'll try rebuilding while saving > a full build log. > > Full build log:
LLVM has grown too big for PowerPC, simple as that. Neither -fno-pie nor --relax will suffice. Our best bet might be to cut out additional architecture support, or, if that's still not enough, optional components like the static analyzer. But let's do something about #$!% Thunderbird first.