mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 20:22:38 +02:00
There appears to be some strange behaviour with OE's 32-bit toolchain which causes soft float and hard flot linker errors. The same issue is seen when building u-boot. For now we can fix the problem by not specifying the mabi or march when building openSBI. We also need to backport a patch that has been submitted to ensure the 32-bit build works. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>