mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:37:11 +00:00
webrtc-audio-processing-2: Add latomic to linker flags on riscv32
This is flagged by lld linker since it defaults to --no-allow-shlib-undefined which disallows undefined references in shared libs Cc: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9a8931382e
commit
643751548d
@ -16,5 +16,6 @@ SRC_URI[sha256sum] = "ae9302824b2038d394f10213cab05312c564a038434269f11dbf68f511
|
|||||||
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
|
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
|
||||||
|
|
||||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||||
|
# | riscv32-yoe-linux-musl-ld.lld: error: undefined reference: __atomic_store_8
|
||||||
|
LDFLAGS:append:riscv32 = " -latomic"
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user