$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-12 05:26:48
Patched.
Thanks, Dan!
----- Original Message -----
From: "Dan Gohman" <gohmandj_at_[hidden]>
> Here's my current mipspro-tools.jam file, along with a modified
> mipspro-tools.html file. It is set up to go along with the current
> contents of features.jam . It also has a bunch of comments and
> a TODO list.
>
> The current features `instruction-set' and `architecture' in features.jam
> aren't ideal, however the issues are complicated and I don't know of a
> good way to encode every kind of link-compatibility and default settings
> that variations within a platform might provide.
>
> Dan