"Fossies" - the Fresh Open Source Software Archive

Member "Digest-SHA1-2.13/hints/irix_6.pl" (23 May 2009, 253 Bytes) of package /linux/privat/old/Digest-SHA1-2.13.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Perl source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "irix_6.pl" see the Fossies "Dox" file reference documentation.

    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 }