summaryrefslogtreecommitdiff
path: root/hints/mips.sh
blob: 39cadb4b667ed716b418f4511ed08d7a62ecfbda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
perl_cflags='optimize="-g"'
d_volatile=undef
d_castneg=undef
cc=cc
libpth="/usr/lib/cmplrs/cc $libpth"
groupstype=int
nm_opt='-B'
case $PATH in
*bsd*:/bin:*) cat <<END
NOTE:  Some people have reported having much better luck with Mips CC than
with the BSD cc.  Put /bin first in your PATH if you have difficulties.
END
;;
esac