diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-03-03 08:12:41 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 08:45:47 -0800 |
| commit | 7da9aaa9209b66bc6da65f7e4a3520f400bb4701 (patch) | |
| tree | 420d10cbefa12f7888198fccbde89c74b580f8e7 | |
| parent | 15aa347b438214be0c223ff507a507864ce4990f (diff) | |
| download | meta-openembedded-7da9aaa9209b66bc6da65f7e4a3520f400bb4701.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/glog/glog_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/glog/glog_0.6.0.bb b/meta-oe/recipes-support/glog/glog_0.6.0.bb index 89b7cfd184..5d12ba6931 100644 --- a/meta-oe/recipes-support/glog/glog_0.6.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.6.0.bb | |||
| @@ -20,7 +20,7 @@ inherit cmake | |||
| 20 | 20 | ||
| 21 | PACKAGECONFIG ?= "shared unwind 64bit-atomics" | 21 | PACKAGECONFIG ?= "shared unwind 64bit-atomics" |
| 22 | PACKAGECONFIG:remove:riscv64 = "unwind" | 22 | PACKAGECONFIG:remove:riscv64 = "unwind" |
| 23 | PACKAGECONFIG:remove:riscv32 = "unwind" | 23 | PACKAGECONFIG:remove:riscv32 = "unwind 64bit-atomics" |
| 24 | PACKAGECONFIG:remove:mipsarch = "64bit-atomics" | 24 | PACKAGECONFIG:remove:mipsarch = "64bit-atomics" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG:append:libc-musl:riscv64 = " execinfo" | 26 | PACKAGECONFIG:append:libc-musl:riscv64 = " execinfo" |
