diff options
| author | petede <none@none> | 2006-08-24 08:16:31 -0700 |
|---|---|---|
| committer | petede <none@none> | 2006-08-24 08:16:31 -0700 |
| commit | ac204d0d8540b5aa1b97cb5de5984f6cb831c517 (patch) | |
| tree | 08908b7a638dbaa6832571638048208d5c6a2a51 /usr/src/tools/cw | |
| parent | 47db7e746eb0bef03d3708b9d5b48f4ca49968ba (diff) | |
| download | illumos-joyent-ac204d0d8540b5aa1b97cb5de5984f6cb831c517.tar.gz | |
6311077 Enabling ON compilation with Sun Studio 11 (Venus)
Diffstat (limited to 'usr/src/tools/cw')
| -rw-r--r-- | usr/src/tools/cw/cw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/cw/cw.c b/usr/src/tools/cw/cw.c index 29fc29e4d5..933ee9cf56 100644 --- a/usr/src/tools/cw/cw.c +++ b/usr/src/tools/cw/cw.c @@ -1636,10 +1636,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/SOS10/bin", dir); + (void) snprintf(cc_buf, MAXPATHLEN, "%s/SS11/bin", dir); } else if ((dir = getenv("BUILD_TOOLS")) != NULL) { (void) snprintf(cc_buf, MAXPATHLEN, - "%s/SUNWspro/SOS10/bin", dir); + "%s/SUNWspro/SS11/bin", dir); } if (dir != NULL) { dirs[CIDX(CW_C_CC, 0)] = (const char *)cc_buf; |
