This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 32: patch #20, continued
[perl5.git] / hints / mips.sh
CommitLineData
352d5a3a
LW
1cmd_cflags='optimize="-g"'
2perl_cflags='optimize="-g"'
3tcmd_cflags='optimize="-g"'
4tperl_cflags='optimize="-g"'
35c8bce7
LW
5d_volatile=undef
6d_castneg=undef
7cc=cc
8libpth="/usr/lib/cmplrs/cc $libpth"
9groupstype=int
352d5a3a
LW
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