Third Degree: make the options more portable between
Jarkko Hietaniemi [Sun, 19 May 2002 02:24:30 +0000 (02:24 +0000)]
Tru64 versions.

p4raw-id: //depot/perl@16691

Makefile.SH

index 01fab27..a5addfb 100644 (file)
@@ -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)