Skip to content

Commit af4fc2a

Browse files
committed
Shorten message
1 parent 1718459 commit af4fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def add_target_env(env, build_platform, target_triple, build_env):
8888
extra_host_cflags = []
8989
extra_host_ldflags = []
9090

91-
# Add compiler-rt for aarch64-musl to resolve missing floating-point builtins
91+
# Add compiler-rt for aarch64-musl to resolve missing builtins
9292
if target_triple == "aarch64-unknown-linux-musl":
9393
extra_target_cflags.append("--rtlib=compiler-rt")
9494
extra_target_ldflags.append("--rtlib=compiler-rt")

0 commit comments

Comments
 (0)