From: Jarkko Hietaniemi Date: Mon, 28 Jan 2002 17:12:27 +0000 (+0000) Subject: Misunderstood Merijn's patch. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=303aa26835579d0b25bbf59e7f74f1c0c57e7afc;p=p5sagit%2Fp5-mst-13.2.git Misunderstood Merijn's patch. p4raw-id: //depot/perl@14473 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index bee6de7..9e4a01f 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -31,8 +31,9 @@ else sed -e 's/HP-//' -e 1q`; selecttype='int *' fi - # For some strange reason under the smoke harness the alignment - # test hangs in HP-UX 10.20. So hint it to avoid the test. + # For some strange reason, the u32align test from Configure hangs in + # HP-UX 10.20 since the December 2001 patches. So hint it to avoid + # the test. if [ "$xxOsRevMajor" -le 10 ]; then d_u32align=$define fi @@ -275,6 +276,7 @@ int main () EOF $cc -o try $ccflags $ldflags try.c maxdsiz=`try` +rm -f try try.c core if [ $maxdsiz -le 64 ]; then # 64 Mb is probably not enough to optimize toke.c # and regexp.c with -O2