From: Andy Dougherty Date: Wed, 28 Jun 2006 13:37:54 +0000 (-0400) Subject: Solaris hints: gcc flags confuse Configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6024848b1ae78de231e00d7cbcffeaf4124ad57f;p=p5sagit%2Fp5-mst-13.2.git Solaris hints: gcc flags confuse Configure Subject: [PATCH] (Was Re: [perl #39636] Configure fails) Message-ID: p4raw-id: //depot/perl@28446 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 143b130..ea6d897 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -560,7 +560,7 @@ EOM # This adds in -Wa,-xarch=v9. I suspect that's superfluous, # since the -m64 above should do that already. Someone # with gcc-3.x.x, please test with gcc -v. A.D. 20-Nov-2003 - ccflags="$ccflags -Wa,`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`" + # ccflags="$ccflags -Wa,`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`" fi ldflags="$ldflags -m64" lddlflags="$lddlflags -G -m64"