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 1718459 commit af4fc2aCopy full SHA for af4fc2a
cpython-unix/build.py
@@ -88,7 +88,7 @@ def add_target_env(env, build_platform, target_triple, build_env):
88
extra_host_cflags = []
89
extra_host_ldflags = []
90
91
- # Add compiler-rt for aarch64-musl to resolve missing floating-point builtins
+ # Add compiler-rt for aarch64-musl to resolve missing 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")
0 commit comments