We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78217a commit 9dc2588Copy full SHA for 9dc2588
recipes-connectivity/openssl/openssl_%.bbappend
@@ -1,11 +1,3 @@
1
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3
-LDLIBS:append:toolchain-clang:riscv64 = " -latomic"
4
-LDLIBS:append:toolchain-clang:riscv32 = " -latomic"
5
-
6
-do_configure:prepend:toolchain-clang:riscv64 () {
7
- export LDLIBS="${LDLIBS}"
8
-}
9
-do_configure:prepend:toolchain-clang:riscv32 () {
10
11
+LDFLAGS:append:toolchain-clang:riscv32 = " -Wl,--no-relax"
0 commit comments