...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Boost.Build's mipspro toolset supports the SGI MIPSpro C and C++ compilers.
-sVARIABLE_NAME=
value:
Variable Name | Semantics | Default | Notes |
---|---|---|---|
MIPSPRO_TOOLROOT_DIRECTORY |
Path to base directory for compiler system. | /usr |
|
MIPSPRO_ROOT_DIRECTORY |
Path to base directory for installed libraries. | /usr |
The ABI-dependant and ISA-dependant subdirectory names will
automatically be appended. For example, for an n32 and mips3 build, the
paths will be $(MIPSPRO_ROOT_DIRECTORY)/lib32/mips3 |
MIPSPRO_BIN_DIRECTORY |
Path to bin directory of compiler excutables. | $(MIPSPRO_TOOLROOT_DIRECTORY)/bin |
|
MIPSPRO_INCLUDE_DIRECTORY |
Path to tool headers. | $(MIPSPRO_TOOLROOT_DIRECTORY)/include |
|
MIPSPRO_C++INCLUDE_DIRECTORY |
Path to C++ specific headers. | $(MIPSPRO_INCLUDE_DIRECTORY)/CC |
Revised 14 May, 2002
Copyright © Dave Abrahams 2002.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)