summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-28 14:03:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-28 14:03:01 +0000
commit2da79f33d029515a7e08e144fe4c876c8f65b90a (patch)
tree15d858ef4ec12bfadc1ff089e296d0d755c369a0 /hints
parentdc7b0a4f1d4589d2006a3281f3a354c3e6723c6e (diff)
downloadperl-2da79f33d029515a7e08e144fe4c876c8f65b90a.tar.gz
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
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index c99a25caf4..bee6de75ac 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"