Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/mipspro-tools.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 3.2 KB
Line 
1<!-- saved from url=(0022)http://internet.e-mail -->
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3
4<html>
5<head>
6  <meta name="generator" content=
7  "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org">
8  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
9  <link rel="stylesheet" type="text/css" href="../../../boost.css">
10
11  <title>Boost.Build - mipspro toolset</title>
12</head>
13
14<body link="#0000FF" vlink="#800080">
15  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
16  "header">
17    <tr>
18      <td valign="top" width="300">
19        <h3><a href="http://www.boost.org"><img height="86" width="277" alt=
20        "C++ Boost" src="../../../boost.png" border="0"></a></h3>
21      </td>
22
23      <td valign="top">
24        <h1 align="center">Boost.Build</h1>
25
26        <h2 align="center">mipspro toolset</h2>
27      </td>
28    </tr>
29  </table>
30  <hr>
31
32  <h2>Introduction</h2>
33
34  <p>Boost.Build's <a href=
35  "http://www.sgi.com/products/software/irix/tools/mipspro.html">mipspro</a>
36  toolset supports the SGI MIPSpro C and C++ compilers.</p>
37
38  <h2>Configuration Variables</h2>The mipspro toolset responds to the
39  following variables which can be set in the environment or configured on
40  the jam command-line using
41  <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:
42
43  <table border="1" summary="settings">
44    <tr>
45      <th>Variable Name</th>
46
47      <th>Semantics</th>
48
49      <th>Default</th>
50
51      <th>Notes</th>
52    </tr>
53
54    <tr>
55      <td><code>MIPSPRO_TOOLROOT_DIRECTORY</code></td>
56
57      <td>Path to base directory for compiler system.</td>
58
59      <td><code>/usr</code></td>
60
61      <td>&nbsp;</td>
62    </tr>
63
64    <tr>
65      <td><code>MIPSPRO_ROOT_DIRECTORY</code></td>
66
67      <td>Path to base directory for installed libraries.</td>
68
69      <td><code>/usr</code></td>
70
71      <td>The ABI-dependant and ISA-dependant subdirectory names will
72      automatically be appended. For example, for an n32 and mips3 build, the
73      paths will be <code>$(MIPSPRO_ROOT_DIRECTORY)/lib32/mips3<br>
74      $(MIPSPRO_ROOT_DIRECTORY)/lib32</code></td>
75    </tr>
76
77    <tr>
78      <td><code>MIPSPRO_BIN_DIRECTORY</code></td>
79
80      <td>Path to bin directory of compiler excutables.</td>
81
82      <td><code>$(MIPSPRO_TOOLROOT_DIRECTORY)/bin</code></td>
83
84      <td>&nbsp;</td>
85    </tr>
86
87    <tr>
88      <td><code>MIPSPRO_INCLUDE_DIRECTORY</code></td>
89
90      <td>Path to tool headers.</td>
91
92      <td><code>$(MIPSPRO_TOOLROOT_DIRECTORY)/include<br>
93      $(MIPSPRO_ROOT_DIRECTORY)/include</code></td>
94
95      <td>&nbsp;</td>
96    </tr>
97
98    <tr>
99      <td><code>MIPSPRO_C++INCLUDE_DIRECTORY</code></td>
100
101      <td>Path to C++ specific headers.</td>
102
103      <td><code>$(MIPSPRO_INCLUDE_DIRECTORY)/CC</code></td>
104
105      <td>&nbsp;</td>
106    </tr>
107  </table>
108  <hr>
109
110  <p>Revised
111  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
112   14 May, 2002 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
113
114  <p>Copyright &copy; Dave Abrahams 2002.</p>
115
116  <p><small>Distributed under the Boost Software License, Version 1.0. (See
117  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
118  copy at <a href=
119  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
120</body>
121</html>
Note: See TracBrowser for help on using the repository browser.