home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / hints / mips.sh < prev    next >
Text File  |  1999-07-20  |  333b  |  15 lines

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