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 ;
"
The extra options that I've provided, "+hpxstd -w
-I/boost-1.34.0-runs/workaround-header", do not appear
in the
compile/link lines, one of which is shown below.
"/boost-1.34.0-runs/staged_eccCC -AA +DD64 -c
-DBOOST_ALL_NO_LIB=1
-DBOOST_DATE_TIME_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1
-DBOOST_THREAD_BUILD_DLL=1 -DDATE_TIME_INLINE +d -g -mt
-I".." -o
"/boost-1.34.0-runs/tmp/build/boost/bin.v2/libs/asio/te
st/io_service.tes
t/acc-pa_risc/debug/threading-multi/io_service.o"
"../libs/asio/test/io_service.cpp"
"
Please help me in fixing this too.
-Abhijith
> -----Original Message-----
> From: Vladimir Prus [mailto:ghost cs.msu.su]
> Sent: Tuesday, September 18, 2007 12:59 AM
> To: Gubenko, Boris
> Cc: Boost.Build developer's and user's list; Madhav,
Abhijith (STSD)
> Subject: Re: [Boost-build] [Boost-commit] svn:boost
r39132
> -trunk/tools/build/v2/tools
>
> On Monday 17 September 2007 22:53:27 Boris Gubenko
wrote:
> > Volodya can give definitive answer, but, I think,
the
> following line should be
> > removed from acc.jam:
> >
> > feature.subfeature toolset acc : version ;
> >
> > With this line removed, 'using acc : pa_risc ;'
works for me.
>
> That's correct, that line is now not necessary -- sorry
for sending
> untested code your way, but I could not definitely test
it anyway.
>
> I've checked in changed acc.jam with that extra fix.
Let me
> know if that
> work for you.
>
> - Volodya
>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|