source: trunk/third/openafs/compiler @ 17899

Revision 17899, 102 bytes checked in by ghudson, 22 years ago (diff)
Don't attach sunsoft. We don't do that any more.
  • Property svn:executable set to *
Line 
1case $OS in
2solaris)
3        cc=/afs/athena.mit.edu/software/sunsoft/SUNWspro/bin/cc
4        ;;
5*)
6        cc=$CC
7        ;;
8esac
Note: See TracBrowser for help on using the repository browser.