make-rules/shared-macros.mk
branchs11-update
changeset 3985 6cc44e5834f8
parent 3922 f4e70ad144ea
child 3987 80a0acd552d1
--- a/make-rules/shared-macros.mk	Wed Mar 18 13:27:20 2015 -0700
+++ b/make-rules/shared-macros.mk	Thu Mar 12 07:59:21 2015 -0700
@@ -86,12 +86,9 @@
 COMPILER =		studio
 BITS =			32
 
-# If we are building multiple versions of python, make sure that python 2.6
-# is installed last and is the canonical version.  When we change defaults,
-# the new default should go last.  For now, this is most easily done by
-# listing version in descending order.
-PYTHON_VERSION =	2.6
-PYTHON2_VERSIONS =	2.7 2.6
+# The default version should go last.
+PYTHON_VERSION =	2.7
+PYTHON2_VERSIONS =	2.6 2.7
 PYTHON3_VERSIONS =	3.4
 PYTHON_VERSIONS =	$(PYTHON3_VERSIONS) $(PYTHON2_VERSIONS)