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