summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-01-15 05:23:58 +0000
committerdas <das@FreeBSD.org>2005-01-15 05:23:58 +0000
commit0bc790330115998989825d21890bac5589108332 (patch)
tree5ab95bbe12c8c2d7e5e870ea676abf64040d09ed /lib/libc/gdtoa
parent64168d93e53c607d7cae95e7c25c59c083baed50 (diff)
downloadFreeBSD-src-0bc790330115998989825d21890bac5589108332.zip
FreeBSD-src-0bc790330115998989825d21890bac5589108332.tar.gz
Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.
The purpose of having a separate file involved an abandoned scheme that would have kept contrib/gdtoa out of the include path for the rest of libc.
Diffstat (limited to 'lib/libc/gdtoa')
-rw-r--r--lib/libc/gdtoa/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc
index 2190636..395faf9 100644
--- a/lib/libc/gdtoa/Makefile.inc
+++ b/lib/libc/gdtoa/Makefile.inc
@@ -4,12 +4,9 @@
.PATH: ${.CURDIR}/gdtoa
MISRCS+=_hdtoa.c _ldtoa.c glue.c
-GDTOASRCS=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.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
-.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk)
-.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk"
-.endif
CFLAGS+=-I${.CURDIR}/../../contrib/gdtoa
OpenPOWER on IntegriCloud