[csw-devel] SF.net SVN: gar:[17706] csw/mgar/pkg/boost/branches/boost-gcc/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Apr 15 20:39:23 CEST 2012
Revision: 17706
http://gar.svn.sourceforge.net/gar/?rev=17706&view=rev
Author: wahwah
Date: 2012-04-15 18:39:23 +0000 (Sun, 15 Apr 2012)
Log Message:
-----------
boost/branches/boost-gcc: Only disable Python for 64-bits
Modified Paths:
--------------
csw/mgar/pkg/boost/branches/boost-gcc/Makefile
Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile
===================================================================
--- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2012-04-15 18:30:16 UTC (rev 17705)
+++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2012-04-15 18:39:23 UTC (rev 17706)
@@ -76,7 +76,8 @@
BUILD_ARGS += --debug-building
BUILD_ARGS += address-model=$(MEMORYMODEL)
# We don't have 64-bit Python
-BUILD_ARGS += --without-python
+BUILD_ARGS_64 += --without-python
+BUILD_ARGS += $(BUILD_ARGS_$(MEMORYMODEL))
BUILD_ARGS_sparcv8plus = instruction-set=v9
BUILD_ARGS_sparcv9 = instruction-set=v9
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list