|
Boost Testing : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-03-26 12:40:30
Roland Schwarz wrote:
> I guess this happens inside build-request.jam, not?
I looked it up now.
The expand-no-defaults rule in build-request.jam is converting e.g.
gcc-3.4.4-mingw into
<toolset>gcc/<toolset-gcc:version>3.4.4/<toolset-gcc:flavor>mingw
So perhaps the autoconfigure should use this function too, and then
pass only the toolset (i.e. gcc) and version (i.e. 3.4.4) to the using
rule? At least this is what "using" is expecting to get as input.
Roland