|
Boost.Buildsunpro toolset |
Boost.Build's sunpro toolset support the SunPRO C++ compiler.
-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