
1 Dec
2004
1 Dec
'04
9:21 p.m.
On Wed, 01 Dec 2004 14:53:19 -0600, Rene Rivera <grafik.list@redshift-software.com> wrote:
Aleksey: how do I get the compiler version information to show up as part of the toolset name in the regression results (e.g. gcc-3.3.4-sunos5 instead of just gcc)?
Add a toolset as boost-root/tools/build/v1/gcc-3_3_4-sunos5.jam with:
{ extends gcc ; }
Thanks. I was hoping this might be handled automatically somehow, so I don't need to patch my Boost tarball or change anything when I upgrade gcc versions. -- Caleb Epstein caleb dot epstein at gmail dot com