source:
trunk/third/gmake/compiler
@
16991
Revision 16991, 101 bytes checked in by ghudson, 23 years ago (diff) |
---|
Line | |
---|---|
1 | case $OS in |
2 | solaris) |
3 | cc=/afs/athena.mit.edu/software/sunsoft/SUNWspro/bin/cc |
4 | ;; |
5 | *) |
6 | cc=cc |
7 | ;; |
8 | esac |
Note: See TracBrowser
for help on using the repository browser.