source:
trunk/essentials/dev-lang/perl/hints/mips.sh
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 333 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.