From: Jarkko Hietaniemi Date: Sun, 5 Mar 2000 19:55:02 +0000 (+0000) Subject: AIX gcvt() cannot format long doubles very well. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01a0abb4213301078635701439a9224e30e87233;p=p5sagit%2Fp5-mst-13.2.git AIX gcvt() cannot format long doubles very well. p4raw-id: //depot/cfgperl@5553 --- diff --git a/hints/aix.sh b/hints/aix.sh index d679ba9..d6f3dd7 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -360,6 +360,7 @@ $define|true|[yY]*) ccflags="$ccflags -qlongdouble" # The explicit cc128, xlc128, xlC128 are not needed, # the -qlongdouble should do the trick. --jhi + d_Gconvert='sprintf((b),"%.*llg",(n),(x))' ;; esac EOCBU