tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lang/gcc10 does not compile with Darwin 20.5.0 + Xcode 11.4
>> I have added these to Makefile
>>
>> CONFIGURE_ARGS+= --disable-bootstrap
>> CONFIGURE_ARGS+= --with-build-config=bootstrap-O1
>>
>> and GCC builds turbo fast (one stage, I guess) without complaining.
>
> Is it a good thing to build it in just one stage? Does this not forgo opportunities for optimizing the compiler itself and to check for correctness?
>
> Cheers,
> Brook
I guess --with-build-config should be sufficient to skip comparison of the stages. Maybe that should be the option for all architectures.
Cheers,
Adam
Home |
Main Index |
Thread Index |
Old Index