mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
no message
[SVN r24616]
This commit is contained in:
@@ -2602,11 +2602,16 @@ rule common-variant-tag ( toolset variant : properties * )
|
||||
case sunpro* : toolset-tag += sw ;
|
||||
case tru64cxx* : toolset-tag += tru ;
|
||||
case vacpp* : toolset-tag += xlc ;
|
||||
case vc[678]* :
|
||||
case vc[678][.]* :
|
||||
{
|
||||
toolset-tag += vc ;
|
||||
toolset-tag += [ MATCH "vc([678])[.]([0123456789]*)" : $(toolset) ] ;
|
||||
}
|
||||
case vc[678]* :
|
||||
{
|
||||
toolset-tag += vc ;
|
||||
toolset-tag += [ MATCH "vc([678])" : $(toolset) ] ;
|
||||
}
|
||||
case * :
|
||||
toolset-tag += [ MATCH "^([^-]*)" : $(toolset) ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user