mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
mosh: Use libatomic on rv32 for atomics
Fixes riscv32-yoe-linux-ld.lld: error: undefined reference: __atomic_store_8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -48,3 +48,4 @@ RDEPENDS:${PN}-server += "openssh-sshd"
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
CXXFLAGS:append = " -std=c++17"
|
||||
LDFLAGS:append:riscv32 = " -latomic"
|
||||
|
||||
Reference in New Issue
Block a user