source: trunk/third/gcc/compiler @ 14484

Revision 14484, 92 bytes checked in by ghudson, 24 years ago (diff)
The make target hackery for picking a compiler doesn't interact well with gmake. Do it with a shell script instead.
Line 
1case $OS in
2solaris)
3        /bin/athena/attach -h -q sunsoft
4        cc=/mit/sunsoft/sun4bin/cc
5        ;;
6esac
Note: See TracBrowser for help on using the repository browser.