From 6cccfdb5ce6b8b435fc4ca86989ec981ddc8eb56 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 30 Jul 2003 06:19:07 +0000 Subject: [PATCH] Use /opt/SUNWspro as default location of Sun compiler. Patch from Christopher Currie. [SVN r19352] --- src/tools/sun.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/sun.jam b/src/tools/sun.jam index a31ef3eae..264145418 100644 --- a/src/tools/sun.jam +++ b/src/tools/sun.jam @@ -15,7 +15,7 @@ toolset.register sun ; feature.subfeature toolset sun : version ; # Installation root to use for versionless toolset -.root = "" ; +.root = "/opt/SUNWspro/bin/" ; rule init ( version ? : root ? ) {