Boost logo

Boost-Build :

Subject: Re: [Boost-build] changing file output suffixes
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-06-26 06:28:57


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


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