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

apply Caleb Epstein's SunPro patch

[SVN r26391]
This commit is contained in:
Aleksey Gurtovoy
2004-12-01 10:15:21 +00:00
parent 323da7935d
commit 51bfbaad29

View File

@@ -55,6 +55,7 @@ flags sunpro CFLAGS <optimization>speed : -fast -O4 ;
flags sunpro CFLAGS <optimization>space : -O2 -xspace ;
flags sunpro C++FLAGS <inlining>off : +d ;
flags sunpro CFLAGS <threading>multi : -mt ;
flags sunpro LINKFLAGS <threading>multi : -mt ;
flags sunpro C++FLAGS <rtti>on : -features=rtti ;
flags sunpro C++FLAGS <rtti>off : -features=no%rtti ;
flags sunpro C++FLAGS <exception-handling>on : -features=except ;