Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
[p5sagit/p5-mst-13.2.git] / ext / Digest / MD5 / hints / irix_6.pl
1 # The Mongoose v7.1 compiler freezes up somewhere in the optimization of
2 # MD5Transform() in MD5.c with optimization -O3.  This is a workaround:
3
4 if ($Config{cc} =~ /64|n32/ && `$Config{cc} -version 2>&1` =~ /\s7\.1/) {
5     $self->{OPTIMIZE} = "-O1";
6 }