From c8b1f1a1417048894786fe26de3201d6decd00a7 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] --- tools/sun.jam | 2 +- v2/tools/sun.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sun.jam b/tools/sun.jam index a31ef3eae..264145418 100644 --- a/tools/sun.jam +++ b/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 ? ) { diff --git a/v2/tools/sun.jam b/v2/tools/sun.jam index a31ef3eae..264145418 100644 --- a/v2/tools/sun.jam +++ b/v2/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 ? ) {