diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 14:03:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 14:03:01 +0000 |
commit | 2da79f33d029515a7e08e144fe4c876c8f65b90a (patch) | |
tree | 15d858ef4ec12bfadc1ff089e296d0d755c369a0 | |
parent | dc7b0a4f1d4589d2006a3281f3a354c3e6723c6e (diff) | |
download | perl-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
-rw-r--r-- | hints/hpux.sh | 5 |
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" |