This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1: Buildable on GHz machines only?
>>>>> "Ian" == Ian Lance Taylor <ian@airs.com> writes:
>> Matt Thomas <matt@3am-software.com> writes:
>> I have a 50MHz 68060 with 96MB of memory (MVME177) approaching 100 hours
>> (48 hours just to exit stage3 and start on the libraries) doing a bootstrap
>> knowing that it's going to die when doing the ranlib of libjava. The kernel
>> for the 060 isn't configured with a large enough dataspace to complete the
>> ranlib.
Ian> If so, that is particularly irritating since the ranlib is completely
Ian> unnecessary. GNU ar always builds an archive symbol table by default.
Matt, could you file a PR for this? I agree with Ian, we really
shouldn't be running ranlib here. Perhaps we can get the libtool
maintainers to fix this.
Tom