C++ Boost

Boost.Build

mipspro toolset


Introduction

Boost.Build's mipspro toolset supports the SGI MIPSpro C and C++ compilers.

Configuration Variables

The mipspro toolset responds to the following variables which can be set in the environment or configured on the jam command-line using -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_ROOT_DIRECTORY)/lib32
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_ROOT_DIRECTORY)/include
 
MIPSPRO_C++INCLUDE_DIRECTORY Path to C++ specific headers. $(MIPSPRO_INCLUDE_DIRECTORY)/CC  

Revised 14 May, 2002

© Copyright Dave Abrahams 2002. All Rights Reserved.