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_ROOT_DIRECTORY Path to base directory for compiler system. /usr  
MIPSPRO_BIN_DIRECTORY Path to bin directory of compiler excutables. $(MIPSPRO_ROOT_DIRECTORY)/bin  
MIPSPRO_INCLUDE_DIRECTORY Path to tool headers. $(MIPSPRO_ROOT_DIRECTORY)/include  
MIPSPRO_C++INCLUDE_DIRECTORY Path to C++ specific headers. $(MIPSPRO_INCLUDE_DIRECTORY)/CC  
MIPSPRO_STDLIB_DIRECTORY List of directories containing the standard libraries. $(MIPSPRO_ROOT_DIRECTORY)/lib32/mips3
$(MIPSPRO_ROOT_DIRECTORY)/lib32
 

Revised 14 May, 2002

© Copyright Dave Abrahams 2002. All Rights Reserved.