2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Property register sun toolset.

[SVN r22300]
This commit is contained in:
Vladimir Prus
2004-02-17 12:03:53 +00:00
parent e20406d94a
commit 06b75dbbe3
3 changed files with 2 additions and 5 deletions

View File

@@ -16,8 +16,7 @@ import "class" : new ;
import order ;
import set ;
#feature.extend toolset : gcc ;
feature.extend toolset : gcc ;
toolset.inherit gcc : unix ;
feature.subfeature toolset gcc : version : : optional propagated link-incompatible ;

View File

@@ -11,6 +11,7 @@ import toolset : flags ;
import feature ;
import type ;
feature.extend toolset : sun ;
toolset.inherit sun : unix ;
feature.subfeature toolset sun : version ;

View File

@@ -14,9 +14,6 @@ import generators ;
import type ;
import set ;
feature.extend toolset : gcc ;
class unix-linking-generator : linking-generator
{
import property-set ;