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