summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorixgbe00 <yangwang@iscas.ac.cn>2024-06-12 13:24:46 (GMT)
committerGitHub <noreply@github.com>2024-06-12 13:24:46 (GMT)
commit4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e (patch)
tree0dc1603f6d4a2e98194c5865e69eed414c77aee7 /configure
parent32d3e05fe67d43f7285e582a87e65374cf7c2972 (diff)
downloadcpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.zip
cpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.tar.gz
cpython-4b1e85bafc5bcb8cb70bb17164e07aebf7ad7e8e.tar.bz2
gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8e605d3..4174633 100755
--- a/configure
+++ b/configure
@@ -13133,6 +13133,8 @@ case $PLATFORM_TRIPLET in #(
perf_trampoline=yes ;; #(
aarch64-linux-gnu) :
perf_trampoline=yes ;; #(
+ riscv64-linux-gnu) :
+ perf_trampoline=yes ;; #(
*) :
perf_trampoline=no
;;