2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/mipspro-tools.html
Dave Abrahams 56a7244dd3 Merged from RC_1_28_0
[SVN r13944]
2002-05-16 00:56:42 +00:00

79 lines
2.3 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 - mipspro toolset</title>
</head>
<body 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">mipspro toolset</h2>
</td>
</tr>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">mipspro</a> toolset supports the
SGI MIPSpro C and C++ compilers.
<h2>Configuration Variables</h2>
The mipspro 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>MIPSPRO_ROOT_DIRECTORY</code>
<td>Path to base directory for compiler system.
<td><code>/usr</code>
<td>&nbsp;
<tr>
<td><code>MIPSPRO_BIN_DIRECTORY</code>
<td>Path to bin directory of compiler excutables.
<td><code>$(MIPSPRO_ROOT_DIRECTORY)/bin</code>
<td>&nbsp;
<tr>
<td><code>MIPSPRO_INCLUDE_DIRECTORY</code>
<td>Path to tool headers.
<td><code>$(MIPSPRO_ROOT_DIRECTORY)/include</code>
<td>&nbsp;
<tr>
<td><code>MIPSPRO_C++INCLUDE_DIRECTORY</code>
<td>Path to C++ specific headers.
<td><code>$(MIPSPRO_INCLUDE_DIRECTORY)/CC</code>
<td>&nbsp;
<tr>
<td><code>MIPSPRO_STDLIB_DIRECTORY</code>
<td>List of directories containing the standard libraries.
<td><code>$(MIPSPRO_ROOT_DIRECTORY)/lib32/mips3<br>$(MIPSPRO_ROOT_DIRECTORY)/lib32</code>
<td>&nbsp;
</table>
<hr>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
14 May, 2002
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p><i>&copy; Copyright <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>
2002. All Rights Reserved.</i></p>
</body>
</html>