ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/staticperl.sh
(Generate patch)

Comparing cvsroot/App-Staticperl/staticperl.sh (file contents):
Revision 1.17 by root, Sun Dec 12 00:38:36 2010 UTC vs.
Revision 1.18 by root, Mon Dec 13 16:34:13 2010 UTC

15 15
16ARCH="$(uname -m)" 16ARCH="$(uname -m)"
17 17
18case "$ARCH" in 18case "$ARCH" in
19 i*86 | x86_64 | amd64 ) 19 i*86 | x86_64 | amd64 )
20 PERL_OPTIMIZE="$PERL_OPTIMIZE -mpush-args -mno-inline-stringops-dynamically -mno-align-stringops -mno-ieee-fp" # x86/amd64 20 #PERL_OPTIMIZE="$PERL_OPTIMIZE -mpush-args -mno-inline-stringops-dynamically -mno-align-stringops -mno-ieee-fp" # x86/amd64
21 PERL_OPTIMIZE="$PERL_OPTIMIZE" # x86/amd64
21 case "$ARCH" in 22 case "$ARCH" in
22 i*86 ) 23 i*86 )
23 PERL_OPTIMIZE="$PERL_OPTIMIZE -fomit-frame-pointer -march=pentium3 -mtune=i386" # x86 only 24 PERL_OPTIMIZE="$PERL_OPTIMIZE -fomit-frame-pointer -march=pentium3 -mtune=i386" # x86 only
24 ;; 25 ;;
25 esac 26 esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines