|
Boost-Build : |
From: Prashant Thakre (prashant.thakre_at_[hidden])
Date: 2007-02-27 12:24:49
Hi,
On HP-UX 11.23 for toolset *acc*, libraries are being built without the *acc*
toolset-tag.
This is due to the missing case statement in local rule toolset-tag {} for
*acc* in tools/build/v2/tools/common.jam.
Addition of following line should fix this:
case acc* : tag += acc ; # line number 691
-- regards, Prashant Thakre
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