diff options
Diffstat (limited to 'hints')
-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" |