Skip to content

Commit

Permalink
Block tier2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 10, 2025
1 parent 56c6349 commit 34dd801
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7046,10 +7046,12 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[[
else
ac_cv_tail_call=no
fi]))
case "$ac_cv_tail_call" in yes*)
AC_DEFINE([Py_TAIL_CALL_INTERP], [1],
[Define if the C compiler supports efficient proper tail calls.])
esac
if $tier2_flags == ""; then
case "$ac_cv_tail_call" in yes*)
AC_DEFINE([Py_TAIL_CALL_INTERP], [1],
[Define if the C compiler supports efficient proper tail calls.])
esac
fi

case $ac_sys_system in
AIX*)
Expand Down

0 comments on commit 34dd801

Please sign in to comment.