ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/Makefile.PL
(Generate patch)

Comparing Linux-AIO/Makefile.PL (file contents):
Revision 1.8 by root, Fri Jul 8 03:10:00 2005 UTC vs.
Revision 1.9 by root, Thu Aug 25 06:04:11 2005 UTC

49 49
50if ($Config{cppsymbols} =~ /__i386=1/) { 50if ($Config{cppsymbols} =~ /__i386=1/) {
51 for ($mm->{CCDLFLAGS}, $mm->{CCCDLFLAGS}, @{$mm->{RESULT}}) { 51 for ($mm->{CCDLFLAGS}, $mm->{CCCDLFLAGS}, @{$mm->{RESULT}}) {
52 s/\B-f(pic|PIC)\b//g 52 s/\B-f(pic|PIC)\b//g
53 } 53 }
54
55 # Put -O at the front so as not to change any existing optimisation level
56 # Need optimization of some form turned on to inline syscall() so that it
57 # sets the local errno
58 $mm->{OPTIMIZE} = '-O ' . $mm->{OPTIMIZE};
54} 59}
55 60
56$mm->flush; 61$mm->flush;
57 62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines