Skip to content

Commit 32cf04b

Browse files
jjhelmusvstinner
andauthored
[3.15] gh-152769: fixup enabling of perf trampoline on musl (Alpine Linux) (#153995)
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 15335ae commit 32cf04b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,8 +3873,8 @@ AC_MSG_CHECKING([perf trampoline])
38733873
AS_CASE([$PLATFORM_TRIPLET],
38743874
[x86_64-linux-gnu], [perf_trampoline=yes],
38753875
[aarch64-linux-gnu], [perf_trampoline=yes],
3876-
[x86_64-linux-gnu], [perf_trampoline=yes],
38773876
[x86_64-linux-musl], [perf_trampoline=yes],
3877+
[aarch64-linux-musl], [perf_trampoline=yes],
38783878
[darwin], [AS_CASE([$MACOSX_DEPLOYMENT_TARGET],
38793879
[[10.[0-9]|10.1[0-1]]], [perf_trampoline=no],
38803880
[perf_trampoline=yes]

0 commit comments

Comments
 (0)