Port-macppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Can't boot new kernel
On Fri, Oct 16, 2020 at 07:08:45AM +0900, Rin Okuyama wrote:
> This seems due to kernel size growth in GCC9; GCC9 adds more unwind
> tables than GCC8. You can remove the most (all?) of them by adding
> -fno-asynchronous-unwind-tables and -fno-unwind-tables options.
> Then, DIAGNOSTIC kernel boots again.
Yes, that made it work for me - thanks!
Martin
Home |
Main Index |
Thread Index |
Old Index