
2 Oct
2004
2 Oct
'04
3:35 p.m.
Michael Stevens wrote:
Dear all,
Does anyone know what Boost.Build toolset is used to build these tests?
I need to force an ABI version and I was assuming it was the 'darwin' toolset. However <darwin><*><cxxflags>"-fabi-version=0" is not triggering.
It looks like it's using gcc-tools as the base. Which means you'll have to do something like this: [ cond [ is-subset Darwin : $(JAMUNAME) ] : <gcc><*><cxxflags>"-fabi-version=0" ] HTH. --grafik