Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77218 - trunk/libs/context/build
From: steven_at_[hidden]
Date: 2012-03-04 10:10:05


Author: steven_watanabe
Date: 2012-03-04 10:10:05 EST (Sun, 04 Mar 2012)
New Revision: 77218
URL: http://svn.boost.org/trac/boost/changeset/77218

Log:
Only use the deduced architecture/address-model to select the asm source. Don't apply it to the build.
Text files modified:
   trunk/libs/context/build/Jamfile.v2 | 10 +++++++---
   1 files changed, 7 insertions(+), 3 deletions(-)

Modified: trunk/libs/context/build/Jamfile.v2
==============================================================================
--- trunk/libs/context/build/Jamfile.v2 (original)
+++ trunk/libs/context/build/Jamfile.v2 2012-03-04 10:10:05 EST (Sun, 04 Mar 2012)
@@ -202,12 +202,16 @@
 explicit context_sources ;
 
 
+alias select_context_sources
+ : context_sources
+ : [ architecture.architecture ]
+ [ architecture.address-model ]
+ ;
+
 lib boost_context
- : context_sources
+ : select_context_sources
      fcontext.cpp
    : <link>shared:<define>BOOST_CONTEXT_DYN_LINK=1
- [ architecture.architecture ]
- [ architecture.address-model ]
    ;
 
 boost-install boost_context ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk