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

Fixed value of LIBRARY flag. Added support for Sun's bundled STLport.

[SVN r22477]
This commit is contained in:
Christopher Currie
2004-03-10 16:03:55 +00:00
parent ca7ca7de3d
commit bea617df5d

View File

@@ -15,6 +15,11 @@ feature.extend toolset : sun ;
toolset.inherit sun : unix ;
feature.subfeature toolset sun : version ;
feature.extend stdlib : sun-stlport ;
feature.compose <stdlib>sun-stlport
: <cxxflags>-library=stlport4 <linkflags>-library=stlport4
;
# Installation root to use for versionless toolset
.root = "/opt/SUNWspro/bin/" ;
@@ -89,7 +94,7 @@ flags sun.link OPTIONS <linkflags> ;
flags sun.link LINKPATH <library-path> ;
flags sun.link FINDLIBS-ST <find-static-library> ;
flags sun.link FINDLIBS-SA <find-shared-library> ;
flags sun.link LIBRARIES <library> ;
flags sun.link LIBRARIES <library-file> ;
flags sun.link LINK-RUNTIME <link-runtime>static : static ;
flags sun.link LINK-RUNTIME <link-runtime>shared : dynamic ;
flags sun.link RPATH <dll-path> ;