mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
glog: Disable 64bit atomics on rv32
Fixes riscv32-yoe-linux-ld: CMakeFiles/logging_unittest.dir/src/logging_unittest.cc.o: in function `no symbol': /usr/include/c++/v1/vector:835: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ inherit cmake
|
||||
|
||||
PACKAGECONFIG ?= "shared unwind 64bit-atomics"
|
||||
PACKAGECONFIG:remove:riscv64 = "unwind"
|
||||
PACKAGECONFIG:remove:riscv32 = "unwind"
|
||||
PACKAGECONFIG:remove:riscv32 = "unwind 64bit-atomics"
|
||||
PACKAGECONFIG:remove:mipsarch = "64bit-atomics"
|
||||
|
||||
PACKAGECONFIG:append:libc-musl:riscv64 = " execinfo"
|
||||
|
||||
Reference in New Issue
Block a user