source: trunk/third/gmake/compiler @ 16991

Revision 16991, 101 bytes checked in by ghudson, 23 years ago (diff)
Build with native compiler so that we can build before gcc.
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.