diff options
author | Stefano Rivera <stefano@rivera.za.net> | 2024-07-03 14:44:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 14:44:34 (GMT) |
commit | ca2e8765009d0d3eb9fe6c75465825c50808f4dd (patch) | |
tree | 530fcc5e051c731f19704a4068087405200e0e2a /configure | |
parent | 84512c0e7f4441f060026f4fd9ddb7611fc10de4 (diff) | |
download | cpython-ca2e8765009d0d3eb9fe6c75465825c50808f4dd.zip cpython-ca2e8765009d0d3eb9fe6c75465825c50808f4dd.tar.gz cpython-ca2e8765009d0d3eb9fe6c75465825c50808f4dd.tar.bz2 |
gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
Disable perf_trampoline on riscv64 for now
Until support is added in perf_jit_trampoline.c
gh-120089 was incomplete.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13292,8 +13292,6 @@ case $PLATFORM_TRIPLET in #( perf_trampoline=yes ;; #( aarch64-linux-gnu) : perf_trampoline=yes ;; #( - riscv64-linux-gnu) : - perf_trampoline=yes ;; #( *) : perf_trampoline=no ;; |