source: trunk/essentials/dev-lang/perl/hints/mips.sh

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 333 bytes
Line 
1perl_cflags='optimize="-g"'
2d_volatile=undef
3d_castneg=undef
4cc=cc
5glibpth="/usr/lib/cmplrs/cc $glibpth"
6groupstype=int
7nm_opt='-B'
8case $PATH in
9*bsd*:/bin:*) cat <<END >&4
10NOTE: Some people have reported having much better luck with Mips CC than
11with the BSD cc. Put /bin first in your PATH if you have difficulties.
12END
13;;
14esac
Note: See TracBrowser for help on using the repository browser.