diff options
author | Pixel <pixel@mandrakesoft.com> | 2002-05-08 20:19:51 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-08 22:51:54 +0000 |
commit | b2a7659164ca23171287c84a3b52598e00f1479d (patch) | |
tree | f8ffb4dbb1e2ee1c2a600652e6c7be5edf530063 /Configure | |
parent | 57ab3dfef762780a52fccd428b2a630bc33a48f4 (diff) | |
download | perl-b2a7659164ca23171287c84a3b52598e00f1479d.tar.gz |
[ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>
p4raw-id: //depot/perl@16504
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 Thu May 2 01:39:49 EET DST 2002 [metaconfig 3.0 PL70] +# Generated on Thu May 9 02:52:48 EET DST 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -18900,7 +18900,7 @@ for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\` do case "\$i" in -D*) echo "\$i" | $sed 's/^-D//';; - -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';; + -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A//' | $sed 's/\(.*\)(\(.*\))/\1=\2/';; esac done $rm -f try.c |