On LTO builds with 32bit compilers.
On LTO builds with 32bit compilers.
Posted Aug 22, 2012 13:34 UTC (Wed) by andikleen (guest, #39006)In reply to: On LTO builds with 32bit compilers. by nix
Parent article: Link-time optimization for the kernel
Distro modular kernels should be ok, each module is LTOed on its own and the vmlinux is not too big. The limit is only the largest binary.
That said I haven't actually tried it with a 32bit compiler. Testing welcome.