]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93744: Remove configure --with-cxx-main option (#95651)
authorVictor Stinner <vstinner@python.org>
Fri, 5 Aug 2022 11:26:58 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 11:26:58 +0000 (13:26 +0200)
commit398ed84dc40abc58e16f5014d44c08f20cb4b5f6
treebdf8ba8c2fb1aed2a018134bd5991b76a0ac4eb1
parent3a9e1fda7ab30e04545d3eceea1f2ccd37fa1f15
gh-93744: Remove configure --with-cxx-main option (#95651)

Remove the "configure --with-cxx-main" build option: it didn't work
for many years. Remove the MAINCC variable from configure and
Makefile.

The MAINCC variable was added by the issue gh-42471: commit
0f48d98b740110a672b62d467af192ec160e56ba. Previously, --with-cxx-main
was named --with-cxx.

Keep CXX and LDCXXSHARED variables, even if they are no longer used
by Python build system.
Doc/using/configure.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-08-04-15-29-35.gh-issue-93744.svRuqm.rst [new file with mode: 0644]
configure
configure.ac