summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/openssl/openssl_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend
index 9112ead..6679165 100644
--- a/recipes-connectivity/openssl/openssl_%.bbappend
+++ b/recipes-connectivity/openssl/openssl_%.bbappend
@@ -3,6 +3,9 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
3LDLIBS:append:toolchain-clang:riscv64 = " -latomic" 3LDLIBS:append:toolchain-clang:riscv64 = " -latomic"
4LDLIBS:append:toolchain-clang:riscv32 = " -latomic" 4LDLIBS:append:toolchain-clang:riscv32 = " -latomic"
5 5
6do_configure:prepend:toolchain-clang () { 6do_configure:prepend:toolchain-clang:riscv64 () {
7 export LDLIBS="${LDLIBS}"
8}
9do_configure:prepend:toolchain-clang:riscv32 () {
7 export LDLIBS="${LDLIBS}" 10 export LDLIBS="${LDLIBS}"
8} 11}