mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
15aa347b43
commit
7da9aaa920
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user