mirror of
https://github.com/boostorg/context.git
synced 2026-01-19 04:02:17 +00:00
Merge pull request #280 from grisumbras/fix/feature-context-impl
move context-impl feature into a module
This commit is contained in:
@@ -58,3 +58,14 @@ feature.feature abi
|
||||
: propagated
|
||||
;
|
||||
feature.set-default abi : [ default_abi ] ;
|
||||
|
||||
feature.feature context-impl
|
||||
: fcontext
|
||||
ucontext
|
||||
winfib
|
||||
: propagated
|
||||
composite
|
||||
;
|
||||
feature.set-default context-impl : fcontext ;
|
||||
feature.compose <context-impl>ucontext : <define>BOOST_USE_UCONTEXT ;
|
||||
feature.compose <context-impl>winfib : <define>BOOST_USE_WINFIB ;
|
||||
|
||||
@@ -14,7 +14,6 @@ import modules ;
|
||||
import os ;
|
||||
import toolset ;
|
||||
import config : requires ;
|
||||
import feature ;
|
||||
|
||||
project
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
@@ -49,18 +48,6 @@ project
|
||||
;
|
||||
|
||||
|
||||
feature.feature context-impl
|
||||
: fcontext
|
||||
ucontext
|
||||
winfib
|
||||
: propagated
|
||||
composite
|
||||
;
|
||||
feature.set-default context-impl : fcontext ;
|
||||
feature.compose <context-impl>ucontext : <define>BOOST_USE_UCONTEXT ;
|
||||
feature.compose <context-impl>winfib : <define>BOOST_USE_WINFIB ;
|
||||
|
||||
|
||||
# ARM
|
||||
# ARM/AAPCS/ELF
|
||||
alias asm_sources
|
||||
|
||||
Reference in New Issue
Block a user