diff options
-rw-r--r-- | recipes-connectivity/openssl/openssl_%.bbappend | 5 |
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}:" | |||
3 | LDLIBS:append:toolchain-clang:riscv64 = " -latomic" | 3 | LDLIBS:append:toolchain-clang:riscv64 = " -latomic" |
4 | LDLIBS:append:toolchain-clang:riscv32 = " -latomic" | 4 | LDLIBS:append:toolchain-clang:riscv32 = " -latomic" |
5 | 5 | ||
6 | do_configure:prepend:toolchain-clang () { | 6 | do_configure:prepend:toolchain-clang:riscv64 () { |
7 | export LDLIBS="${LDLIBS}" | ||
8 | } | ||
9 | do_configure:prepend:toolchain-clang:riscv32 () { | ||
7 | export LDLIBS="${LDLIBS}" | 10 | export LDLIBS="${LDLIBS}" |
8 | } | 11 | } |