On Wednesday 19 September 2007 15:05:25 Madhav, Abhijith
(STSD) wrote:
> > From: Vladimir Prus [mailto:ghost cs.msu.su]
> > 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.o
rg/boost-build2/doc/html/bbv2/reference/tools.html#bbv2.refe
rence.tools.compiler.acc
to document the new options available to "using
acc".
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|