diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 17:12:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 17:12:27 +0000 |
commit | d3371f1aa82e18ceb00a436166c12cbd4c2e5b66 (patch) | |
tree | 06f722d231305791fa75faaeef3ff9ccbb88ae46 /hints | |
parent | bfcfb7def44858191ccbeff02aabbbe224749d95 (diff) | |
download | perl-d3371f1aa82e18ceb00a436166c12cbd4c2e5b66.tar.gz |
Misunderstood Merijn's patch.
p4raw-id: //depot/perl@14473
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index bee6de75ac..9e4a01fbc9 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -31,8 +31,9 @@ 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. + # For some strange reason, the u32align test from Configure hangs in + # HP-UX 10.20 since the December 2001 patches. So hint it to avoid + # the test. if [ "$xxOsRevMajor" -le 10 ]; then d_u32align=$define fi @@ -275,6 +276,7 @@ int main () EOF $cc -o try $ccflags $ldflags try.c maxdsiz=`try` +rm -f try try.c core if [ $maxdsiz -le 64 ]; then # 64 Mb is probably not enough to optimize toke.c # and regexp.c with -O2 |