summaryrefslogtreecommitdiff
path: root/hints/mips.sh
blob: 61ab39af325c9054e4e9f197f67ebb6dc5a8fd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
perl_cflags='optimize="-g"'
d_castneg=undef
cc=cc
glibpth="/usr/lib/cmplrs/cc $glibpth"
groupstype=int
nm_opt='-B'
case $PATH in
*bsd*:/bin:*) cat <<END >&4
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