diff --git a/v2/tools/common.jam b/v2/tools/common.jam index 20f52d52e..901175ce2 100644 --- a/v2/tools/common.jam +++ b/v2/tools/common.jam @@ -846,6 +846,7 @@ local rule toolset-tag ( name : type ? : property-set ) #case mingw* : tag += mgw ; case mipspro* : tag += mp ; case msvc* : tag += vc ; + case qcc* : tag += qcc ; case sun* : tag += sw ; case tru64cxx* : tag += tru ; case vacpp* : tag += xlc ;