diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-19 15:08:25 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-19 15:08:25 -0400 |
commit | 4f893e616257d6f87d238c8d5d204072ad5a13b3 (patch) | |
tree | 2c81f693c3694ed43befb26c70292a3268f968cd /cpan/Digest-SHA | |
parent | 1b8430e07fd0b3da76d987e934fa45e8c4b2aa9e (diff) | |
download | perl-4f893e616257d6f87d238c8d5d204072ad5a13b3.tar.gz |
Note the open RT ticket.
Diffstat (limited to 'cpan/Digest-SHA')
-rw-r--r-- | cpan/Digest-SHA/hints/hpux.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpan/Digest-SHA/hints/hpux.pl b/cpan/Digest-SHA/hints/hpux.pl index 124d29c398..e48609ebd5 100644 --- a/cpan/Digest-SHA/hints/hpux.pl +++ b/cpan/Digest-SHA/hints/hpux.pl @@ -1,5 +1,8 @@ # With +O2 this HP-UX cc compiler creates code which coredumps (Bus error) # when running t/woodbury.t, but dropping to +O1 seems to dodge that. +# +# This might turn out to be temporary, see: +# https://rt.cpan.org/Ticket/Display.html?id=96498 if ($Config{cc} eq 'cc' && $Config{archname} eq 'PA-RISC2.0' && $Config{ccversion} =~ /^B\.11\.11\./) { |