Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-19 07:32:29


On Wednesday 19 September 2007 15:05:25 Madhav, Abhijith (STSD) wrote:
> > From: Vladimir Prus [mailto:ghost_at_[hidden]]
> > Sent: Tuesday, September 18, 2007 4:26 PM
> >
> > On Tuesday 18 September 2007 14:13:32 Madhav, Abhijith (STSD) wrote:
> > > Thanks very much for the fix. I see that I can use the toolset
> > > acc-pa_risc by using "using acc : pa_risc ;"
> > >
> > > However when I try to specify particular options for my toolset they
> > > aren't picked up.
> > >
> > > "
> > > $ bjam --help acc.init
> > > Rule 'acc.init ( version ? : user-provided-command * : options * )':
> > >
> > > Configures the acc toolset.
> > >
> > > * version:
> > > * user-provided-command:
> > > * options:
> > >
> > > ...found 1 target...
> > > "
> > >
> > > So I use the following line in my user-config.jam file
> > > "
> > > using acc : pa_risc : /boost-1.34.0-runs/staged_eccCC : +hpxstd98 -w
> > > -I/boost-1.34.0-runs/workaround-header ;
> >
> > This is wrong, it should be something like:
> >
> > using acc : pa_risc : /boost-1.34.0-runs/staged_eccCC
> > : <compileflags>"+hpxstd98 -w
> > -I/boost-1.34.0-runs/workaround-header"
> > ;
>
> Thanks. I'd missed that. It works now.

Okay; I've updated http://boost.org/boost-build2/doc/html/bbv2/reference/tools.html#bbv2.reference.tools.compiler.acc
to document the new options available to "using acc".

- Volodya


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