diff options
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs-115_115.11.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-115_115.11.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-115_115.11.0.bb index 4a0baf5fa6..f25c5a8f95 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs-115_115.11.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs-115_115.11.0.bb | |||
@@ -67,6 +67,8 @@ ICU ?= "--with-system-icu" | |||
67 | ICU:mipsarch = "" | 67 | ICU:mipsarch = "" |
68 | ICU:powerpc:toolchain-clang = "" | 68 | ICU:powerpc:toolchain-clang = "" |
69 | 69 | ||
70 | LDFLAGS:append:riscv32 = " -latomic" | ||
71 | |||
70 | do_configure() { | 72 | do_configure() { |
71 | cd ${B} | 73 | cd ${B} |
72 | python3 ${S}/configure.py \ | 74 | python3 ${S}/configure.py \ |