We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fb6d3 commit 898522aCopy full SHA for 898522a
cpython-unix/build-bzip2.sh
@@ -15,6 +15,11 @@ else
15
AR=ar
16
fi
17
18
+# Add compiler-rt for aarch64-musl to resolve missing __extenddftf2 and __multf3 symbols
19
+if [ "${TARGET_TRIPLE}" = "aarch64-unknown-linux-musl" ]; then
20
+ EXTRA_TARGET_LDFLAGS="${EXTRA_TARGET_LDFLAGS} --rtlib=compiler-rt -lcompiler-rt"
21
+fi
22
+
23
tar -xf bzip2-${BZIP2_VERSION}.tar.gz
24
25
pushd bzip2-${BZIP2_VERSION}
0 commit comments