Boost logo

Boost-Build :

From: Dan Gohman (gohmandj_at_[hidden])
Date: 2002-06-11 16:48:58


On Tue, Jun 11, 2002 at 02:34:59PM -0700, Ralf W. Grosse-Kunstleve wrote:
> > > Is it possible to turn -fullwarn off? Alternatively, is it possible to
> > > extend the -woff list?
> >
> > I think removing -fullwarn would be fine.
>
> Great!
> How difficult would it be to modify the toolset such that it is
> possible to request specific -woff #### from the bjam command line?
> E.g.
> bjam ... --woff-args=1234,1311 ...

You can do it right now like this:
bjam -sBUILD="<mipspro><*><cflags>-woff <mipspro><*><cflags>1234,1311"

I usually put these kinds of things in my projects' Jamfiles, with
something like this:

local WOFF = -woff 1234,1311
exe foo : foo.cxx : "<mipspro><*><cflags>$(WOFF)" : debug ;

> Ralf
> P.S.: Is the latest version of your toolset accessible, e.g. through
> the web?

No. I don't currently have a good way of making it accessible, so I've
been posting it to this list occasionally. I can send an updated copy if
you want. I'm hoping to resolve the naming issues being discussed
elsewhere on this thread before updating the one in Boost.

Dan

-- 
Dan Gohman
gohmandj_at_[hidden]
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk