diff options
Diffstat (limited to 'gnu/usr.bin/perl/hints/mips.sh')
-rw-r--r-- | gnu/usr.bin/perl/hints/mips.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/hints/mips.sh b/gnu/usr.bin/perl/hints/mips.sh new file mode 100644 index 00000000000..39cadb4b667 --- /dev/null +++ b/gnu/usr.bin/perl/hints/mips.sh @@ -0,0 +1,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 |