Marcel Telka
2023-12-30 8c46324e6dd97fb2468943b7a3b6788947d50730
shared-macros.mk: drop no longer needed Python compat variables

1 files modified
8 ■■■■■ changed files
make-rules/shared-macros.mk 8 ●●●●● patch | view | raw | blame | history
make-rules/shared-macros.mk
@@ -172,14 +172,6 @@
PYTHON_VERSION = 3.9
PYTHON_VERSIONS = 3.9
# These variables are for backward compatibility only.  Components should stop
# to use them.  Once they do so these vars should be removed.
PYTHON3_VERSION    = $(PYTHON_VERSION)
PYTHON3_VERSIONS = $(PYTHON_VERSIONS)
PYTHON3_RUNTIME_PKG = runtime/python-$(subst .,,$(PYTHON3_VERSION))
PYTHON_ALL_VERSIONS = $(PYTHON_VERSIONS)
PYTHON_VERSIONS_ALL= $(PYTHON_VERSIONS)
# Python up to 2.7 was built both 32-bit and 64-bit.  Starting with Python 3.x
# the python package is built 64-bit only.  So now all PYTHON_VERSIONS are
# 64-bit only.