From a05a4a09f8718eae0d34ca01eb9a29371090a2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Fri, 10 Feb 2006 16:05:26 +0000 Subject: [PATCH] Added Tru64 support. [SVN r32809] --- v2/test/BoostBuild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/test/BoostBuild.py b/v2/test/BoostBuild.py index a7978b39c..ca4b6ddd9 100644 --- a/v2/test/BoostBuild.py +++ b/v2/test/BoostBuild.py @@ -120,6 +120,8 @@ class Tester(TestCmd.TestCmd): jam_build_dir = "bin.irix" elif os.uname()[0] == "FreeBSD": jam_build_dir = "bin.freebsd" + elif os.uname()[0] == "OSF1": + jam_build_dir = "bin.osf" else: raise "Don't know directory where jam is build for this system: " + os.name + "/" + os.uname()[0] else: