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

Make toolset-version feature propagated and link-incompatible.

[SVN r16907]
This commit is contained in:
Vladimir Prus
2003-01-15 11:11:44 +00:00
parent 5fc775a012
commit 5767b13edc
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import os ;
import type ;
feature.extend toolset : gcc ;
feature.subfeature toolset gcc : version : : optional ;
feature.subfeature toolset gcc : version : : optional propagated link-incompatible ;
# Make the "o" suffix used for gcc toolset on all
# platforms

View File

@@ -5,7 +5,7 @@ import os ;
import type ;
feature.extend toolset : gcc ;
feature.subfeature toolset gcc : version : : optional ;
feature.subfeature toolset gcc : version : : optional propagated link-incompatible ;
# Make the "o" suffix used for gcc toolset on all
# platforms