For some strange reason under the smoke harness the alignment
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 14:03:01 +0000 (14:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jan 2002 14:03:01 +0000 (14:03 +0000)
test hangs in HP-UX 10.20.  So hint it to avoid the test.

p4raw-id: //depot/perl@14468

hints/hpux.sh

index c99a25c..bee6de7 100644 (file)
@@ -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"