diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-14 22:02:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-14 22:02:10 +0000 |
commit | d1a954cb3a213379e3d3b6075d04c763491a7276 (patch) | |
tree | 1c0cc077ff35ae8a4b46a7fdb745c78fb2b2d578 /hints | |
parent | 5da4baf7965da69c0b59c8683d446777cff89c61 (diff) | |
download | perl-d1a954cb3a213379e3d3b6075d04c763491a7276.tar.gz |
Do not use the Perl malloc in IRIX, suggested by
Helmus Jarausch.
p4raw-id: //depot/perl@9160
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 3 |
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} |