This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix the API description of SvLEN_set()
[perl5.git] / hints / mips.sh
CommitLineData
352d5a3a 1perl_cflags='optimize="-g"'
35c8bce7
LW
2d_volatile=undef
3d_castneg=undef
4cc=cc
18f04df4 5glibpth="/usr/lib/cmplrs/cc $glibpth"
35c8bce7 6groupstype=int
a0d0e21e 7nm_opt='-B'
352d5a3a 8case $PATH in
68dc0745 9*bsd*:/bin:*) cat <<END >&4
352d5a3a
LW
10NOTE: Some people have reported having much better luck with Mips CC than
11with the BSD cc. Put /bin first in your PATH if you have difficulties.
12END
13;;
14esac