summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2024-02-03 23:16:03 (GMT)
committerGitHub <noreply@github.com>2024-02-03 23:16:03 (GMT)
commit1032326fe46afaef57c3e01160a4f889dadfee95 (patch)
treee3e0b1e42d9eebd01d373ebdbbf1a779c8581f6d /configure
parent72d2d0f10d5623bceb98a2014926ea0b87594ecb (diff)
downloadcpython-1032326fe46afaef57c3e01160a4f889dadfee95.zip
cpython-1032326fe46afaef57c3e01160a4f889dadfee95.tar.gz
cpython-1032326fe46afaef57c3e01160a4f889dadfee95.tar.bz2
gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 1d41d7b..0375565 100755
--- a/configure
+++ b/configure
@@ -920,6 +920,7 @@ LLVM_AR
PROFILE_TASK
DEF_MAKE_RULE
DEF_MAKE_ALL_RULE
+JIT_STENCILS_H
REGEN_JIT_COMMAND
ABIFLAGS
LN
@@ -8019,12 +8020,14 @@ then :
else $as_nop
as_fn_append CFLAGS_NODIST " -D_Py_JIT"
REGEN_JIT_COMMAND="\$(PYTHON_FOR_REGEN) \$(srcdir)/Tools/jit/build.py $host"
+ JIT_STENCILS_H="jit_stencils.h"
if test "x$Py_DEBUG" = xtrue
then :
as_fn_append REGEN_JIT_COMMAND " --debug"
fi
fi
+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_experimental_jit" >&5
printf "%s\n" "$enable_experimental_jit" >&6; }