« Return to Thread: changing file output suffixes

Re: changing file output suffixes

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

On Friday 26 June 2009 McLemon, Sean wrote:

> Hi,
>
>  
>
> (Originally posted in Boost-users, apologies for the repetition :)). Our
> toolchain generates files ending in ".doj" for objects, so I've been
> trying to configure my custom toolset module to use this. My original
> module is based on acc.jam but qcc.jam had something that looked like it
> would do the trick, so I lifted that and chucked into my module:
>
>  
>
> import type ;
>
>  
>
> type.set-generated-target-suffix OBJ        : <toolset>bfin : doj ;
>
> type.set-generated-target-suffix STATIC_LIB : <toolset>bfin : dlb ;

Try adding

        target-os=linux

to command line. If you are on cygwin, then cygwin is the default value
of target-os -- and I presume your are not actually creating cygwin binaries.
Let me know if you want an extra value of target-os, or if you want a certain
error message if trying to you bfin toolset with inappropriate target os.

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: changing file output suffixes