diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 09:53:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 09:53:15 +0000 |
commit | 1cfcd03a91d3c5c1de52b243f42552a77bdc8991 (patch) | |
tree | 64841a1a8957ba39bf2e92421fbae079e0a4649e /Configure | |
parent | 1baac590b58cc18e129bff7bee8a7318ca4d0f8e (diff) | |
download | perl-1cfcd03a91d3c5c1de52b243f42552a77bdc8991.tar.gz |
Do not test for gccish things in non-gccish platforms.
p4raw-id: //depot/cfgperl@4206
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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$$ <<EOF @@ -4298,7 +4298,7 @@ default|recommended) case "$gccversion" in 1*) ;; 2.[0-8]*) ;; - *) echo " " + ?*) echo " " echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1 echo 'int main(void) { return 0; }' > gcctest.c if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then |