mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
mpv: Link libatomic on riscv64
gcc uses __atomic_compare_exchange_1 which is not implemented for rv64 Fixes video/out/vo_libmpv.c:186: undefined reference to `__atomic_compare_exchange_1' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,6 +26,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit waf pkgconfig mime-xdg
|
||||
|
||||
LDFLAGS_append_riscv64 = " -latomic"
|
||||
|
||||
LUA ?= "lua"
|
||||
LUA_mips64 = ""
|
||||
LUA_aarch64 = ""
|
||||
|
||||
Reference in New Issue
Block a user