I wanna change my toolset.
Now I'm using mips2_nfp_... not a gcc .
So I set the right compiler in Jamfile like below.
using gcc
:
: mips2_nfp_le-g++
;
After that, I could compile everything.. It seemed to work.
But another tool such as ar, doesn't change to right one.
Bjam uses normal ar (not mips2_nfp_le-ar).
So I couldn't build my stuff.
How can I fix? Do I have to make my own toolset?
Thanks in advance.
p.s My Enlish is pretty bad. Sorry. ^^;