mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
netdata: Link libatomic on mips
This is for providing the atomics which is available as intrinsics on other arches Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ inherit pkgconfig autotools-brokensep useradd systemd
|
|||||||
LIBS:toolchain-clang:x86 = "-latomic"
|
LIBS:toolchain-clang:x86 = "-latomic"
|
||||||
LIBS:riscv64 = "-latomic"
|
LIBS:riscv64 = "-latomic"
|
||||||
LIBS:riscv32 = "-latomic"
|
LIBS:riscv32 = "-latomic"
|
||||||
|
LIBS:mips = "-latomic"
|
||||||
export LIBS
|
export LIBS
|
||||||
|
|
||||||
#systemd
|
#systemd
|
||||||
|
|||||||
Reference in New Issue
Block a user