From 2b1e669c445149558dc8fa471ce52298b11b43ed Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 28 May 2004 12:02:10 +0000 Subject: [PATCH] Gcc version os no longer link-incompatible. [SVN r22965] --- src/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index cad3a8ea0..707297507 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -17,7 +17,7 @@ import set ; feature.extend toolset : gcc ; toolset.inherit gcc : unix ; -feature.subfeature toolset gcc : version : : optional propagated link-incompatible ; +feature.subfeature toolset gcc : version : : optional propagated ; # Make the "o" suffix used for gcc toolset on all # platforms