[csw-devel] SF.net SVN: gar:[17303] csw/mgar/pkg/boost/branches/boost-gcc/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 5 15:39:58 CET 2012


Revision: 17303
          http://gar.svn.sourceforge.net/gar/?rev=17303&view=rev
Author:   wahwah
Date:     2012-03-05 14:39:58 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
boost/branches/boost-gcc: build 32-bits too

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-03-05 09:32:58 UTC (rev 17302)
+++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile	2012-03-05 14:39:58 UTC (rev 17303)
@@ -3,8 +3,7 @@
 NAME = boost
 VERSION = 1.49.0
 CATEGORIES = lib
-# GARTYPE = v2
-GARTYPE = v2-build64only
+GARTYPE = v2
 
 define BLURB
   Boost was begun by members of the C++ standards committee Library Working
@@ -64,7 +63,7 @@
 
 EXTRA_FLAGS = -std=c99
 EXTRA_LINKER_FLAGS = -R/opt/csw/lib/\\\$$ISALIST
-BUILD64_ONLY = 1
+BUILD64 = 1
 
 BUILD_ARGS += toolset=$(TOOLSET)
 BUILD_ARGS += --prefix=$(DESTDIR)$(prefix)
@@ -79,10 +78,14 @@
 BUILD_ARGS += -d+2
 BUILD_ARGS += include='/opt/csw/gcc/include'
 BUILD_ARGS += --debug-building
-BUILD_ARGS += address-model=64
+BUILD_ARGS += address-model=$(MEMORYMODEL)
 # We don't have 64-bit Python
 BUILD_ARGS += --without-python
 
+BUILD_ARGS_sparcv8plus = instruction-set=v9
+BUILD_ARGS_sparcv9 = instruction-set=v9
+BUILD_ARGS += $(BUILD_ARGS_$(ISA))
+
 TEST_SCRIPTS =
 
 JAMDIR_sparc = solarissparc

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