Boost logo

Boost-Build :

Subject: Re: [Boost-build] Is this the correct syntax and intent of the code? (cross-build fix to jam file)
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2016-01-19 03:14:30


On 07-Jan-16 9:21 PM, Kuhl, Brian wrote:
> Hi,
> In libs/interprocess/example/Jamfile.v2 and libs/interprocess/test/Jamfile.v2
> I've changed 3 instances of
> <host-os>linux:<linkflags>"-lrt"
> to
> <target-os>linux:<linkflags>"-lrt"
>
> Which fixes my VxWorks cross-build of interprocess.
> But I'd like to confirm that the change makes sense generally before I add it to what will eventually become my pull request.

Brian,

this change looks correct to me.

Thanks,

-- 
Vladimir Prus
http://vladimirprus.com

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