summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-14 22:02:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-14 22:02:10 +0000
commitd1a954cb3a213379e3d3b6075d04c763491a7276 (patch)
tree1c0cc077ff35ae8a4b46a7fdb745c78fb2b2d578 /hints/irix_6.sh
parent5da4baf7965da69c0b59c8683d446777cff89c61 (diff)
downloadperl-d1a954cb3a213379e3d3b6075d04c763491a7276.tar.gz
Do not use the Perl malloc in IRIX, suggested by
Helmus Jarausch. p4raw-id: //depot/perl@9160
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 90f4766657..6f4ca17881 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -343,3 +343,6 @@ $define|true|[yY]*) ;;
*) d_casti32='undef' ;;
esac
+# Helmut Jarausch reports that Perl's malloc is rather unusable
+# with IRIX, and SGI confirms the problem.
+usemymalloc=${usemymalloc:-false}