Loading
gcc, libgcc: fix cross-compilation for SH4
- Pass --with-multilib-list=m4,m4-nofpu for SH4 so the kernel can use -m4-nofpu. Move libraries out of !m4/ multilib subdirectory in postInstall before moveToOutput. - Generate sysroot-suffix.h for SH4 in the standalone libgcc builder. - Add linux-kernel.target = "vmlinux" and installTarget for SH4. All changes scoped to isSh4 to avoid rebuilds on other platforms.