Commit | Line | Data |
---|---|---|
352d5a3a | 1 | perl_cflags='optimize="-g"' |
35c8bce7 | 2 | d_volatile=undef |
3 | d_castneg=undef | |
4 | cc=cc | |
18f04df4 | 5 | glibpth="/usr/lib/cmplrs/cc $glibpth" |
35c8bce7 | 6 | groupstype=int |
a0d0e21e | 7 | nm_opt='-B' |
352d5a3a | 8 | case $PATH in |
68dc0745 | 9 | *bsd*:/bin:*) cat <<END >&4 |
352d5a3a | 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 |