perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / hints / mips.sh
CommitLineData
352d5a3a 1cmd_cflags='optimize="-g"'
2perl_cflags='optimize="-g"'
3tcmd_cflags='optimize="-g"'
4tperl_cflags='optimize="-g"'
35c8bce7 5d_volatile=undef
6d_castneg=undef
7cc=cc
8libpth="/usr/lib/cmplrs/cc $libpth"
9groupstype=int
352d5a3a 10nm_opts='-B'
11case $PATH in
12*bsd*:/bin:*) cat <<END
13NOTE: Some people have reported having much better luck with Mips CC than
14with the BSD cc. Put /bin first in your PATH if you have difficulties.
15END
16;;
17esac