AIX gcvt() cannot format long doubles very well.
Jarkko Hietaniemi [Sun, 5 Mar 2000 19:55:02 +0000 (19:55 +0000)]
p4raw-id: //depot/cfgperl@5553

hints/aix.sh

index d679ba9..d6f3dd7 100644 (file)
@@ -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