C++ Boost

Boost.Build

sunpro toolset


Introduction

Boost.Build's sunpro toolset support the SunPRO C++ compiler.

Configuration Variables

The sunpro toolset responds to the following variables which can be set in the environment or configured on the jam command-line using -sVARIABLE_NAME=value:
Variable Name Semantics Default Notes
SUNPRO_ROOT Path to installation directory of compiler tools. (none)  
SUNPRO_BIN_PATH Path to bin directory. $(SUNPRO_ROOT)/bin/  
SUNPRO_cc Name and (optional) path to C compiler. $(SUNPRO_BIN_PATH)cc  
SUNPRO_CC Name and (optional) path to C++ compiler. $(SUNPRO_BIN_PATH)CC  

Revised 09 Jul, 2003

Christopher Currie, Gennadiy Rozental, Jens Maurer