make-rules/shared-macros.mk
changeset 2060 a9ad5cd0ec29
parent 2054 5f403d9bcaad
child 2106 adb848b3a7d4
--- a/make-rules/shared-macros.mk	Wed Aug 27 02:02:25 2014 -0700
+++ b/make-rules/shared-macros.mk	Wed Aug 27 09:04:47 2014 -0700
@@ -337,9 +337,11 @@
 PYTHON.2.7 =	$(USRBIN)/python2.7
 
 # Although we build Python 3 64-bit only, the BUILD_NO_ARCH macro is written
-# in such a way that we still need the .32 macro below.
+# in such a way that we still need the .32 macro below.  And since we build
+# 64-bit only, we stick it directly in usr/bin (i.e., the 32-bit path) rather
+# than the 64-bit path.
 PYTHON.3.4.32 =	$(USRBIN.32)/python3.4
-PYTHON.3.4.64 =	$(USRBIN.64)/python3.4
+PYTHON.3.4.64 =	$(USRBIN.32)/python3.4
 PYTHON.3.4 =	$(USRBIN)/python3.4
 
 PYTHON.32 =	$(PYTHON.$(PYTHON_VERSION).32)