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 ef57653 commit bc3b60fCopy full SHA for bc3b60f
cpython-unix/build.py
@@ -90,6 +90,7 @@ def add_target_env(env, build_platform, target_triple, build_env):
90
91
# Add compiler-rt for aarch64-musl to resolve missing floating-point builtins
92
if target_triple == "aarch64-unknown-linux-musl":
93
+ extra_target_cflags.append("--rtlib=compiler-rt")
94
extra_target_ldflags.append("--rtlib=compiler-rt")
95
96
if build_platform.startswith("linux_"):
0 commit comments