perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / hints / mips.sh
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