diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
commit | ff6b7ba98e8d4aab04cbe2bfdffdfc9171c1812b (patch) | |
tree | 58b20e81687d6d5931f120b50802ed21225bf440 /contrib/perl5/hints/mips.sh | |
download | src-test2-vendor/perl5/5.005.02.tar.gz src-test2-vendor/perl5/5.005.02.zip |
Diffstat (limited to 'contrib/perl5/hints/mips.sh')
-rw-r--r-- | contrib/perl5/hints/mips.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/perl5/hints/mips.sh b/contrib/perl5/hints/mips.sh new file mode 100644 index 000000000000..bc0b7e807376 --- /dev/null +++ b/contrib/perl5/hints/mips.sh @@ -0,0 +1,14 @@ +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 |