diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-27 16:03:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-27 16:03:07 +0000 |
commit | 2b850a866b5bd9884836352a078ec034634106c4 (patch) | |
tree | 247b6784f25e47ef8d304e4061179fae58e79fff | |
parent | 98fc2b8bafffa2871b44459c5b17229e71c01a3d (diff) |
Update gcc version and let Configure figure out how to convert a float to
a string by itself. Hard coding it seems to expose a Configure bug.
-rw-r--r-- | gnu/usr.bin/perl/config.sh.OpenBSD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/config.sh.OpenBSD b/gnu/usr.bin/perl/config.sh.OpenBSD index 29a64525a16..73265c75fae 100644 --- a/gnu/usr.bin/perl/config.sh.OpenBSD +++ b/gnu/usr.bin/perl/config.sh.OpenBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: config.sh.OpenBSD,v 1.11 1997/11/30 07:48:21 millert Exp $ +# $OpenBSD: config.sh.OpenBSD,v 1.12 1998/04/27 16:03:06 millert Exp $ # # This file was produced by running the Configure script. It holds all # the definitions figured out by Configure. Should you modify any of @@ -78,7 +78,7 @@ cpprun='cc -E' cppstdin='cc -E' cryptlib='' csh='csh' -d_Gconvert='sprintf((b),"%.*g",(n),(x))' +d_Gconvert='' d_access='define' d_alarm='define' d_archlib='define' @@ -294,7 +294,7 @@ freetype='void' full_csh='/bin/csh' full_sed='/usr/bin/sed' gcc='' -gccversion='2.7.2.1' +gccversion='2.8.1' gidtype='gid_t' glibpth='/usr/shlib /shlib /usr/lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib ' grep='grep' |