$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dan Gohman (gohmandj_at_[hidden])
Date: 2002-03-22 15:10:51
Attatched is a new version of mipspro-tools.jam .
Along with a few minor changes, this version adds support for selecting
which ABI (and ISA) to use as a subvariant. It requires the following
line in features.jam:
feature sgi-abi-isa : n32-mips3 n32-mips4 n64-mips3 n64-mips4 ;
The default, n32-mips3, will work on the most platforms (all modern
MIPS/IRIX platforms at least). The others are for people that target
machines that can do mips4 and/or 64-bit binaries and need to use those
features.
Dan
-- Dan Gohman gohmandj_at_[hidden]