summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-19 02:24:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-19 02:24:30 +0000
commitdca31ef4955f66a1fcca0ce503929b683e309b41 (patch)
tree82f19be1235bb426feaee798e472c1099697c794 /Makefile.SH
parent502fc48ee3e3c29dc3d569f8e543d48ceb7a4de6 (diff)
downloadperl-dca31ef4955f66a1fcca0ce503929b683e309b41.tar.gz
Third Degree: make the options more portable between
Tru64 versions. p4raw-id: //depot/perl@16691
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 01fab27098..a5addfb925 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -565,7 +565,7 @@ perl.third.config: config.sh
@grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
perl.third: /usr/bin/atom perl.third.config perl
- atom -tool third -L. -all -gp -toolargs="-pthread -fork -quiet -invalid -uninit heap+stack+partword+copy -min 0" perl
+ atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
@echo "Now you may run perl.third and then study perl.3log."
# Pixie Perls (Tru64 and IRIX only)