summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorJürgen Hunold <jhunold@gmx.eu>2015-02-20 18:16:38 +0100
committerVladimir Prus <vladimir@codesourcery.com>2015-03-09 11:38:26 -0700
commit652aa982c435cfbb10370a21a1c5c21a91740136 (patch)
treed41ec9630648521859365ce41bc51eae8c2d162e /Jamroot
parent61d246837418b015dc1856e7adf186de4236f0ab (diff)
downloadboost-652aa982c435cfbb10370a21a1c5c21a91740136.tar.gz
Lift architecture detection
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 035fe80d84..7e929e6ced 100644
--- a/Jamroot
+++ b/Jamroot
@@ -136,6 +136,7 @@ constant BOOST_JAMROOT_MODULE : $(__name__) ;
boostcpp.set-version $(BOOST_VERSION) ;
+use-project /boost/architecture : libs/config/checks/architecture ;
local all-headers =
[ MATCH .*libs/(.*)/include/boost : [ glob libs/*/include/boost libs/*/*/include/boost ] ] ;
@@ -153,6 +154,10 @@ if $(all-headers)
project boost
: requirements <include>.
+
+ [ boostcpp.architecture ]
+ [ boostcpp.address-model ]
+
# Disable auto-linking for all targets here, primarily because it caused
# troubles with V2.
<define>BOOST_ALL_NO_LIB=1