summaryrefslogtreecommitdiff
path: root/usr/src/tools/cw/cw.c
diff options
context:
space:
mode:
authorpetede <none@none>2005-09-07 15:34:32 -0700
committerpetede <none@none>2005-09-07 15:34:32 -0700
commit35a86aa15b9b2d79753a6e9a27890c7193e60958 (patch)
tree9d78591a5fbf6e364b4db8526207d450d5d81984 /usr/src/tools/cw/cw.c
parentf3e0b6b17d0abe14584d5aba004affc269c46dc0 (diff)
downloadillumos-joyent-35a86aa15b9b2d79753a6e9a27890c7193e60958.tar.gz
6316914 changes in ON needed for Vulcan (SunStudio 10) compiler switch
Diffstat (limited to 'usr/src/tools/cw/cw.c')
-rw-r--r--usr/src/tools/cw/cw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/cw/cw.c b/usr/src/tools/cw/cw.c
index 53d3193bae..8d5f5e536a 100644
--- a/usr/src/tools/cw/cw.c
+++ b/usr/src/tools/cw/cw.c
@@ -1267,10 +1267,10 @@ main(int argc, char **argv)
if ((dir = getenv("SPRO_VROOT")) != NULL) {
(void) snprintf(cc_buf, MAXPATHLEN, "%s/bin", dir);
} else if ((dir = getenv("SPRO_ROOT")) != NULL) {
- (void) snprintf(cc_buf, MAXPATHLEN, "%s/SOS8/bin", dir);
+ (void) snprintf(cc_buf, MAXPATHLEN, "%s/SOS10/bin", dir);
} else if ((dir = getenv("BUILD_TOOLS")) != NULL) {
(void) snprintf(cc_buf, MAXPATHLEN,
- "%s/SUNWspro/SOS8/bin", dir);
+ "%s/SUNWspro/SOS10/bin", dir);
}
if (dir != NULL)
default_cc_dir = (char *)cc_buf;