Boost logo

Boost :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-10-02 10:35:29


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk