summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-01-27 05:44:16 +0000
committerdas <das@FreeBSD.org>2005-01-27 05:44:16 +0000
commit8b8557483e752ce695905e41e5bd36bb85f9cb9c (patch)
treed8598113f534de28401e56d5ba266072c4838466 /lib
parente8b751aa121c53b1fb1405c12d37288a8b19eeb5 (diff)
downloadFreeBSD-src-8b8557483e752ce695905e41e5bd36bb85f9cb9c.zip
FreeBSD-src-8b8557483e752ce695905e41e5bd36bb85f9cb9c.tar.gz
Don't compile the gdtoa package's strtoIg.c into libc.
I never got around to making use of it.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gdtoa/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc
index 395faf9..399c3a8 100644
--- a/lib/libc/gdtoa/Makefile.inc
+++ b/lib/libc/gdtoa/Makefile.inc
@@ -6,7 +6,7 @@
MISRCS+=_hdtoa.c _ldtoa.c glue.c
GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
hd_init.c hexnan.c misc.c smisc.c \
- strtoIg.c strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
+ strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
CFLAGS+=-I${.CURDIR}/../../contrib/gdtoa
OpenPOWER on IntegriCloud