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