2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/sunpro-tools.html
Jens Maurer 7618f68a72 add documentation
[SVN r18991]
2003-07-09 13:54:56 +00:00

77 lines
2.0 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="boost.css">
<title>Boost.Build - sunpro toolset</title>
</head>
<body bgcolor="#ffffff" link="#0000ff" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
"header">
<tr>
<td valign="top" width="300">
<h3><a href="http://www.boost.org"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3>
</td>
<td valign="top">
<h1 align="center">Boost.Build</h1>
<h2 align="center">sunpro toolset</h2>
</td>
</tr>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's sunpro toolset support the
<a href="http://wwws.sun.com/software/sundev/suncc/index.html">SunPRO C++</a>
compiler.
<h2>Configuration Variables</h2>
The sunpro toolset responds to the following variables which can be set in the
environment or configured on the jam command-line using
<code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:
<table border="1">
<tr><th>Variable Name <th>Semantics <th>Default <th>Notes
<tr>
<td><code>SUNPRO_ROOT</code></td>
<td>Path to installation directory of compiler tools.</td>
<td>(none)</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>SUNPRO_BIN_PATH</code></td>
<td>Path to bin directory.</td>
<td><code>$(SUNPRO_ROOT)/bin/</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>SUNPRO_cc</code></td>
<td>Name and (optional) path to C compiler.</td>
<td><code>$(SUNPRO_BIN_PATH)cc</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>SUNPRO_CC</code></td>
<td>Name and (optional) path to C++ compiler.</td>
<td><code>$(SUNPRO_BIN_PATH)CC</code></td>
<td>&nbsp;</td>
</tr>
</table>
<hr>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
09 Jul, 2003
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p>Christopher Currie, Gennadiy Rozental, Jens Maurer</p>
</body>
</html>