From: Jarkko Hietaniemi Date: Mon, 20 Sep 1999 09:53:15 +0000 (+0000) Subject: Do not test for gccish things in non-gccish platforms. X-Git-Tag: accepted/trunk/20130322.191538~34817^2~643 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cfcd03a91d3c5c1de52b243f42552a77bdc8991;p=platform%2Fupstream%2Fperl.git Do not test for gccish things in non-gccish platforms. p4raw-id: //depot/cfgperl@4206 --- diff --git a/Configure b/Configure index ab41b66..c23d512 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 Mon Sep 20 12:40:23 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Mon Sep 20 12:57:28 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <&1 echo 'int main(void) { return 0; }' > gcctest.c if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then