mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
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
0f48d98b74. Previously, --with-cxx-main
was named --with-cxx.
Keep CXX and LDCXXSHARED variables, even if they are no longer used
by Python build system.
This commit is contained in:
parent
3a9e1fda7a
commit
398ed84dc4
5 changed files with 8 additions and 81 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Remove the ``configure --with-cxx-main`` build option: it didn't work for
|
||||
many years. Remove the ``MAINCC`` variable from ``configure`` and
|
||||
``Makefile``. Patch by Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue