Skip to content

Commit 9dc2588

Browse files
committedOct 29, 2024·
openssl: Drop riscv workarounds to add libatomic
Additionally disable relaxation on rv32 with lld see [1] [1] llvm/llvm-project#113838 Signed-off-by: Khem Raj <[email protected]>
1 parent e78217a commit 9dc2588

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
22

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-
export LDLIBS="${LDLIBS}"
11-
}
3+
LDFLAGS:append:toolchain-clang:riscv32 = " -Wl,--no-relax"

0 commit comments

Comments
 (0)
Please sign in to comment.