home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / hints / mips.sh < prev    next >
Text File  |  1992-04-11  |  412b  |  18 lines

  1. cmd_cflags='optimize="-g"'
  2. perl_cflags='optimize="-g"'
  3. tcmd_cflags='optimize="-g"'
  4. tperl_cflags='optimize="-g"'
  5. d_volatile=undef
  6. d_castneg=undef
  7. cc=cc
  8. libpth="/usr/lib/cmplrs/cc $libpth"
  9. groupstype=int
  10. nm_opts='-B'
  11. case $PATH in
  12. *bsd*:/bin:*) cat <<END
  13. NOTE:  Some people have reported having much better luck with Mips CC than
  14. with the BSD cc.  Put /bin first in your PATH if you have difficulties.
  15. END
  16. ;;
  17. esac
  18.