I need to add to compiler flags using bjam. So either I need a way to append to the existing flags -- like CXXFLAGS+=whatever using gmake -- or I need to know the currently-used value of cxxflags so I can replace it with my additions.
As usual, the documentation leaves me astonished at the complexity of bjam but no closer to being able to do anything useful with it.