setting option specific for compiler in Jamfile
19 Mar
2014
19 Mar
'14
8:50 a.m.
How can I apply an option in Jamfile which applies only for toolset-version onward? instead of writing: <toolset>gcc-4.7:<cxxflags>-fxyz <toolset>gcc-4.8:<cxxflags>-fxyz <toolset>gcc-4.9:<cxxflags>-fxyz I'd like to have a single line. <toolset>gcc-greater-eqal-4.7:<cxxflags>-fxyz best regards, Oliver
3907
Age (days ago)
3907
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oliver Kowalke