From: Jarkko Hietaniemi Date: Mon, 28 Jan 2002 14:03:01 +0000 (+0000) Subject: For some strange reason under the smoke harness the alignment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2da79f33d029515a7e08e144fe4c876c8f65b90a;p=p5sagit%2Fp5-mst-13.2.git For some strange reason under the smoke harness the alignment test hangs in HP-UX 10.20. So hint it to avoid the test. p4raw-id: //depot/perl@14468 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index c99a25c..bee6de7 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -31,6 +31,11 @@ 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. + if [ "$xxOsRevMajor" -le 10 ]; then + d_u32align=$define + fi echo "Archname is $archname"