$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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