diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-06-24 15:37:14 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 19:13:05 +0000 |
commit | 5283c38dd940ecd0ecd0d109b776570da14aafb4 (patch) | |
tree | 660891169e4d0c31a897b7d2fa39406c7f4ad13b /hints | |
parent | d4217c7e457268e98e8711256888e15d5de11f46 (diff) | |
download | perl-5283c38dd940ecd0ecd0d109b776570da14aafb4.tar.gz |
disable perl malloc on UNICOS for now
Message-Id: <199806240937.MAA01669@alpha.hut.fi>
Subject: [PATCH] 5.004_68: UNICOS hints
p4raw-id: //depot/perl@1234
Diffstat (limited to 'hints')
-rw-r--r-- | hints/unicos.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index 111cbb9fc7..ab0203bec6 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -7,7 +7,10 @@ esac d_setregid='undef' d_setreuid='undef' case "$usemymalloc" in -'') usemymalloc='y' - ccflags="$ccflags -DNO_RCHECK" +'') # The perl malloc.c SHOULD work says Ilya. + # But for the time being (5.004_68), alas, it doesn't. + # usemymalloc='y' + # ccflags="$ccflags -DNO_RCHECK" + usemymalloc='n' ;; esac |