From: H.Merijn Brand Date: Thu, 6 May 2004 11:35:21 +0000 (+0000) Subject: add -pipe to gcc's default flags X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a39fcdeb5ff8d29084cd5cfbaed223de8adf4c1;p=p5sagit%2Fp5-mst-13.2.git add -pipe to gcc's default flags it has shown a compile time speed increase of about 40% on Linux and HP-UX, and also works on cygwin-1.5.9. On failing OS/gcc combo's remove it in the hints p4raw-id: //depot/perl@22788 --- diff --git a/Configure b/Configure index 9ce59ff..8cf562f 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Apr 14 18:21:40 METDST 2004 [metaconfig 3.0 PL70] +# Generated on Thu May 6 13:54:05 METDST 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"` gccshortvers='' + ccflags="$ccflags -pipe" case "$gccosandvers" in $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr $osname$osvers) ;; # looking good @@ -10079,7 +10080,7 @@ int main() i32 = ($xxx) g; /* x86 processors will probably give 0x8000 0000, which is a - sign change. We don't want that. We want to mimic SPARC + sign change. We don't want that. We want to mimic SPARC behavior here, which is to preserve the sign and give back 0x7fff ffff. */