mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e4bb3f7985
commit
1057495c63
@ -25,6 +25,7 @@ inherit pkgconfig autotools-brokensep useradd systemd
|
||||
LIBS:toolchain-clang:x86 = "-latomic"
|
||||
LIBS:riscv64 = "-latomic"
|
||||
LIBS:riscv32 = "-latomic"
|
||||
LIBS:mips = "-latomic"
|
||||
export LIBS
|
||||
|
||||
#systemd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user