diff options
Diffstat (limited to 'contrib/perl5/hints/mips.sh')
-rw-r--r-- | contrib/perl5/hints/mips.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/perl5/hints/mips.sh b/contrib/perl5/hints/mips.sh deleted file mode 100644 index bc0b7e8..0000000 --- a/contrib/perl5/hints/mips.sh +++ /dev/null @@ -1,14 +0,0 @@ -perl_cflags='optimize="-g"' -d_volatile=undef -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 |